chrono icon indicating copy to clipboard operation
chrono copied to clipboard

conda install pychrono can not use cascade, Irrlicht, and other extensions

Open MRiabov opened this issue 1 year ago • 3 comments

Sup pychrono, I'm a first time user, and conda install pychrono does not see pychrono.cascade, or pychrono.irrlicht, or any of the extensions.

You have the command here: https://projectchrono.org/pychrono/, which is the main page of the project (and where I expected to download it), but as I needed to import shapes it didn't work. image

Specifically, I got import failure in python.

So point is - you probably should update the description for users like me that extensions won't work Also mention it here: https://api.projectchrono.org/development/pychrono_installation.html

MRiabov avatar Sep 06 '24 10:09 MRiabov

thanks - we'll correct the webpage. The installation instructions are at https://api.projectchrono.org/development/pychrono_installation.html. When you say "or any of the extensions" - what do you refer to? Irrlicht in fact should work. We'll look into Cascade, not sure about this.

DanNegrut avatar Sep 06 '24 16:09 DanNegrut

@MRiabov - please follow the installation instructions for the conda PyChrono package at: https://api.projectchrono.org/development/pychrono_installation.html.

As explained there, the command on the banner you posted will not install a proper version of PyChrono.

rserban avatar Sep 06 '24 16:09 rserban

Which is what I did already, but only 4-5 hours of questioning my sanity later after I first downloaded the package. You know.

MRiabov avatar Sep 07 '24 05:09 MRiabov

@rserban

I'm trying to install pychrono 9.0.1, it required a lot of dependencies and getting error, Could you update installation method or provide the yml file.

Also, which Python Version to use for proper installation.

siddhu2310 avatar Sep 30 '25 11:09 siddhu2310

@siddhu2310 Thank you for raising the issue. Our conda package building pipeline has recently changed and we haven't updated the document. We have simplified the installation process so you won't need to manually download and install packages as before. Could you please try using the following two command in the NEW environment to install PyChrono through conda? Thank you very much!

conda create -n chrono_test python=3.12 -c conda-forge
conda install pychrono -c projectchrono -c conda-forge

uebian avatar Nov 16 '25 06:11 uebian