Python Forum
Can't install project from pypi - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Can't install project from pypi (/thread-35499.html)



Can't install project from pypi - medatib531 - Nov-10-2021

I want to install this project:

https://pypi.org/project/pynubls/

however when I do

$ pip install pynubls
Collecting pynubls
  Could not find a version that satisfies the requirement pynubls (from versions: )
No matching distribution found for pynubls
Can someone help?


RE: Can't install project from pypi - buran - Nov-10-2021

what python version, OS and platform (32- or 64-bit) do you use?


RE: Can't install project from pypi - medatib531 - Nov-10-2021

(Nov-10-2021, 03:56 AM)medatib531 Wrote: I want to install this project:

https://pypi.org/project/pynubls/

however when I do

$ pip install pynubls
Collecting pynubls
  Could not find a version that satisfies the requirement pynubls (from versions: )
No matching distribution found for pynubls
Can someone help?

I was on a Ubuntu VM.
Looks like the VM installation was somehow broken, I just made another VM and works fine now.
Thanks!