You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run pycall through this FHS and it seems to be missing some sort of dependency
ERROR: PyError ($(Expr(:escape, :(ccall(#= /home/josh/.julia/packages/PyCall/ygXW2/src/pyeval.jl:38 =# @pysym(:PyEval_EvalCode), PyPtr, (PyPtr, PyPtr, PyPtr), o, globals, locals))))) <class 'ImportError'>
ImportError("/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/josh/.julia/conda/3/lib/python3.10/site-packages/grpc/_cython/cygrpc.cpython-310-x86_64-linux-gnu.so)")
File "/home/josh/.julia/packages/PyCall/ygXW2/src/pyeval.jl", line 1, in <module>
const Py_single_input = 256 # from Python.h
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/cloud/vision/__init__.py", line 18, in <module>
from google.cloud.vision_v1.services.image_annotator.async_client import (
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/cloud/vision_v1/__init__.py", line 20, in <module>
from .services.image_annotator import ImageAnnotatorClient as IacImageAnnotatorClient
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/cloud/vision_v1/services/image_annotator/__init__.py", line 16, in <module>
from .client import ImageAnnotatorClient
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/cloud/vision_v1/services/image_annotator/client.py", line 24, in <module>
from google.api_core import gapic_v1
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/api_core/gapic_v1/__init__.py", line 16, in <module>
from google.api_core.gapic_v1 import config
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/google/api_core/gapic_v1/config.py", line 23, in <module>
import grpc
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/grpc/__init__.py", line 22, in <module>
from grpc import _compression
File "/home/josh/.julia/conda/3/lib/python3.10/site-packages/grpc/_compression.py", line 15, in <module>
from grpc._cython import cygrpc
The text was updated successfully, but these errors were encountered:
I'm trying to run pycall through this FHS and it seems to be missing some sort of dependency
The text was updated successfully, but these errors were encountered: