keepnote icon indicating copy to clipboard operation
keepnote copied to clipboard

"pip install keepnote --user" not working ...

Open nmvega opened this issue 7 years ago • 0 comments

Hello Friends:

I have all of the Fedora dependencies for this tool to work (the tar.gz distribution of the latest version starts and works fine). Unfortunately, when I try to install the PyPI version (which I prefer), I get the error shown:

user@linux$ pip install keepnote --user
Collecting keepnote
  Could not find a version that satisfies the requirement keepnote (from versions: )
No matching distribution found for keepnote

user@linux$ pip install keepnote==0.7.8 --user
Collecting keepnote==0.7.8
  Could not find a version that satisfies the requirement keepnote==0.7.8 (from versions: )
No matching distribution found for keepnote==0.7.8

user@linux$ pip install keepnote==0.7.9 --user
Collecting keepnote==0.7.9
  Could not find a version that satisfies the requirement keepnote==0.7.9 (from versions: )
No matching distribution found for keepnote==0.7.9

Any ideas?

Thank you!

nmvega avatar Feb 12 '18 19:02 nmvega