Python Forum

Full Version: Can't install project from pypi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
what python version, OS and platform (32- or 64-bit) do you use?
(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!