-
Notifications
You must be signed in to change notification settings - Fork 74
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
libfmt error #148
Comments
I think this issue is because I tried to install projectaria_tools inside a micromamba environment, and for some reason the pybind inside that environment is not looking for the .so files inside the environment. |
I was originally using the export LD_LIBRARY_PATH=/samsung4tb/conda_envs/projectarea_tools_py311/lib
However it worked in command line |
If you use Jupyter Notebook, be sure to use the one of your Python environments, else it will not work (since it will load different path, and so load a different python env) I.e When using Pixi (a package manager) you can load the notebook from the environment as
|
Hi, thanks the tip. I was using the micromamba enviroment as my kernel inside the Jupyer notebook - is that what you mean? The error happened even though I did this. |
What I meant is did you run Jupyter Notebook from your python environment?
Am I right?
Wonder what the underlying issue is... |
@SeaOtocinclus Thanks for your hint. Yes, previously it seems I did not start the jupyter notebook from the right python env. I did now - it doesn't work by default - but after using the LD_LIBRARY_PATH export above it also works in Jupyter Notebook. |
The text was updated successfully, but these errors were encountered: