mdrasmus / keepnote

Note-taking and organization app
http://keepnote.org
Other
177 stars 87 forks source link

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

Open nmvega opened 6 years ago

nmvega commented 6 years ago

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!