-
Hi, I am trying to build Pinocchio for Windows. I understand installation through conda is preferred. But all my other frameworks are in pip environment. My configuration is as follows
So while executing "pip install pin", the terminal is automatically invoking VSCode with following application having more than 420 lines of code. and at the end throwing following error after closing VSCode.
This is similar to the github issue But the solution mentioned is updating pip and pip in my system is the latest version. Please help with the same. Thanks in advance Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We don't yet support pip install on Windows systems. As you mentionned as @karthyyy, it is better to use conda, which is also compliant with pip. |
Beta Was this translation helpful? Give feedback.
-
Just reinstall your pip packages into the conda env and use conda to install Pinocchio. It might work. |
Beta Was this translation helpful? Give feedback.
We don't yet support pip install on Windows systems. As you mentionned as @karthyyy, it is better to use conda, which is also compliant with pip.