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
The first source of confusion is step 6 on the install guide: "Install the PyChrono conda package downloaded in step 3 above (for release or development Chrono code, a given operating system, and built for a given Python version): conda install <pychrono_package>.tar.bz2
Note that installing the default conda package (latest package with label 'main' for your current operating system and Python version): conda install -c projectchrono pychrono
may not always work as expected. We strongly recommend downloading the appropriate PyChrono installation archive and install it from a local file as described above."
I have tried installing the "main" and "release" versions of "win-64/pychrono-8.0.0-py39_0.tar.bz2" by downloading it from the anaconda projectchrono page. I tried conda install D:\anaconda3\chrono\pychrono-8.0.0-py39_0.tar.bz2
and it seemed to install correctly. However, whenever I try to import pychrono as chrono in python I get a ModuleNotFoundError: ModuleNotFoundError: No module named 'pychrono'
Which of these steps should be working? Should I be including the file path with the install command?
The latest thing I have tried is conda list -n chrono
to list the packages in the current environment, which leads to this, seeming to indicate pychrono has been installed:
Pychrono is listed as a folder in the directory: D:\anaconda3\envs\chrono\Lib\site-packages
One more thing is that it seems to work correctly when I run a demo .py file from the chrono environment, as in (chrono) C:\Users\Jeremiah Rittenhouse>python D:\anaconda3\envs\chrono\Lib\site-packages\pychrono\demos\solidworks\demo_SW_irrlicht.py
seems to work correctly. Irrlicht opens and shows a scene.
I am at a loss for troubleshooting from here. It seems like I have a folder structure or directory issue (environment versus virtual environment?), but I don't know what to do to fix it. Can anyone help me figure out how to get my chrono environment working?
The text was updated successfully, but these errors were encountered:
I am having trouble trying to get pychrono working. I have been following the install guide: https://api.projectchrono.org/development/pychrono_installation.html
Potentially similar threads that I attempted to follow to troubleshoot my problems:
#140
#198
I am on Windows. I have attempted exactly inputting the conda commands from the install guide as:
The first source of confusion is step 6 on the install guide: "Install the PyChrono conda package downloaded in step 3 above (for release or development Chrono code, a given operating system, and built for a given Python version):
conda install <pychrono_package>.tar.bz2
Note that installing the default conda package (latest package with label 'main' for your current operating system and Python version):
conda install -c projectchrono pychrono
may not always work as expected. We strongly recommend downloading the appropriate PyChrono installation archive and install it from a local file as described above."
I have tried installing the "main" and "release" versions of "win-64/pychrono-8.0.0-py39_0.tar.bz2" by downloading it from the anaconda projectchrono page. I tried
conda install D:\anaconda3\chrono\pychrono-8.0.0-py39_0.tar.bz2
and it seemed to install correctly. However, whenever I try to import pychrono as chrono in python I get a ModuleNotFoundError:
ModuleNotFoundError: No module named 'pychrono'
Which of these steps should be working? Should I be including the file path with the install command?
The latest thing I have tried is
conda list -n chrono
to list the packages in the current environment, which leads to this, seeming to indicate pychrono has been installed:
Pychrono is listed as a folder in the directory:
D:\anaconda3\envs\chrono\Lib\site-packages
One more thing is that it seems to work correctly when I run a demo .py file from the chrono environment, as in
(chrono) C:\Users\Jeremiah Rittenhouse>python D:\anaconda3\envs\chrono\Lib\site-packages\pychrono\demos\solidworks\demo_SW_irrlicht.py
seems to work correctly. Irrlicht opens and shows a scene.
I am at a loss for troubleshooting from here. It seems like I have a folder structure or directory issue (environment versus virtual environment?), but I don't know what to do to fix it. Can anyone help me figure out how to get my chrono environment working?
The text was updated successfully, but these errors were encountered: