Simone Benatti
Simone Benatti
Python 3.8 support has been added recently, so it is available only for the develop version. Just type: `conda install -c projectchrono/label/develop pychrono` All the best, Simone
I cannot reproduce your error. Try using a conda environment (this is preferable in general) ``` conda create -n p38 python=3.8 activate p38 conda install -c projectchrono/label/develop pychrono ```
Hi Hugi, thanks a lot for posting your CPU flags! =) Indeed, the conda binaries need AVX2. You can build pychrono from sources following these instructions: - Building the core...
Hi, sorry for the late reply. The ChLoad template mechanism is not available from the Python API, since there is no such thing as a template in python. What we...