|
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 |
Answered by
jcarpent
Nov 1, 2024
Replies: 2 comments 2 replies
|
Just reinstall your pip packages into the conda env and use conda to install Pinocchio. It might work. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.