-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error of install #99
Comments
Hello @innocence777 , have you tried to install ingeniamotion from pypi? https://pypi.org/project/ingeniamotion/ |
Yes. I just tried to install ingeniamotion from pypi, but I didn't see the downloadable packages , I just run the command "pip install ingeniamotion", the problem still exists. When I run the follow command, It will still have errors: In addition, I completed the following command: { After I run the "pytest --protocol soem" in powershell, the process errors are folowing: |
How can I solve the problem when I install the ingeniamotion?
The error is as follows:
ERROR: Cannot install ingeniamotion and ingeniamotion[dev]==0.6.0 because these package versions have conflicting dependencies.
The conflict is caused by:
ingeniamotion[dev] 0.6.0 depends on sphinx==3.5.4
nbsphinx 0.8.7 depends on sphinx>=1.8
sphinx-autodoc-typehints 1.19.5 depends on sphinx>=5.3
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The text was updated successfully, but these errors were encountered: