Closed gorobey closed 2 years ago
This doesn't look to be an issue with the repo, more an issue with pip or perhaps your internet connection
try execute cmd as admin It worked for me in one pc but not in other.
In the other one I had to download the code, change the install_requires of setup.py and install the package manually https://www.activestate.com/resources/quick-reads/how-to-manually-install-python-packages/
I changed the install requires to >= instead of ==.
Then if you run yourexample.py you´ll get some lib version errors, but just need to install the versions required (downgrade them):
Hi! I have issues during installation, when i run "pip3 install PyP100" i recive this respond, how can i resolve? I have tried installation on a raspberry pi zero W, with prusaprint prepacked rasbian+octoprint OS.