-
Notifications
You must be signed in to change notification settings - Fork 10
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
Compile misc3d in conda's virtual environment #32
Comments
Hey @kungkook , you should install |
Thank u, But I failed to compile Misc3D. |
I have successfully compiled and installed the Misc3D library, but the python interpreter in my conda virtual environment cannot find Misc3D |
Hey @kungkook , when you configure the misc3d, you can see the cmake output message about the version and path of python interpreter. Make sure that is the same with the one you used in your conda environment. |
I check the python path in cmake. txt is the path of my conda. Can I specify the python path during compilation? For example, when compiling open3d,cmake .. DPython3_ROOT=usr/bin/python3 |
All of my environments are installed in conda's virtual environment,And the source code is compiled to open3d with the python path specified as: /home/tsy/anaconda3/envs/ttt/bin/python, and after testing open3d is compiled successfully,How does misc3d compile into conda's virtual environment? Can't seem to specify a python path?
ERROR: could not find a package configuration file provided by "Eigen3"
The text was updated successfully, but these errors were encountered: