-
Hello everyone, I'm trying to install the Pinocchio library within Anaconda 32 bit on Windows 10. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You just need to do |
Beta Was this translation helpful? Give feedback.
-
Sorry, I just saw this. pinocchio conda packages are provided on conda-forge, and conda-forge does not provide packages for 32-bit Windows, just 64-bit . See conda-forge/conda-forge.github.io#946 (comment) for example. |
Beta Was this translation helpful? Give feedback.
You just need to do
conda install pinocchio -c conda-forge
.