-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Library not loaded: @rpath/libpython3.11.dylib #147
Comments
Hi @paakhim10 , Could you share some logs or more context about the error? Also, Pipeless is compatible with Python 3.12 in macOS. I assume you are using macOS since you mention the |
Hi @miguelaeh! Thanks so much for responding. |
Hi @paakhim10 , I think it is not related to Python packages but with the Python installation. You can try to build it from source as described in the following link. In this way Pipeless will take whatever Python you have installed in your system: https://www.pipeless.ai/docs/docs/v1/getting-started/installation#macos |
I had tried that earlier because of the same reasoning, but that's when I was encountering the error. I've now run the project using the docker image, and the dylib error is resolved. Thank you, @miguelaeh! |
Hi, @miguelaeh
On executing pipeless:
I've tried building it through different methods and used the docker container images for building my project as well, but I can not get any example to run on my system. Thank you so much! |
Can you elaborate on how did you install Python? Can you try including your Python installation on the rpath? It seems to be a problem locating the Python library in your system. The warning during the build is not related. You can either add your libpython to the rpath or create a symlink at |
The above file, post-installation of Pipeless following the guidelines, is unavailable in the .pipeless directory. The only files in the directory are: device_id, ibonnxruntime.1.16.0.dylib, libonnxruntime.dylib.
My system has Python installed already; further, I downgraded it to 3.11 for compatibility with Pipeless. What is the solution to this?
The text was updated successfully, but these errors were encountered: