frames.py icon indicating copy to clipboard operation
frames.py copied to clipboard

No longer pip installable because of PyPI changes

Open msabramo opened this issue 11 years ago • 1 comments

I think you need to upload an sdist because PyPI and pip don't like external files anymore:

$ pip install frames
Downloading/unpacking frames
  Could not find any downloads that satisfy the requirement frames
  Some externally hosted files were ignored (use --allow-external frames to allow).
Cleaning up...
No distributions at all found for frames
Storing debug log for failure in /Users/marca/.pip/pip.log

$ pip install --allow-external=frames --allow-unverified=frames frames
Downloading/unpacking frames
  Could not find any downloads that satisfy the requirement frames
Cleaning up...
No distributions at all found for frames
Storing debug log for failure in /Users/marca/.pip/pip.log

msabramo avatar Dec 16 '14 20:12 msabramo

Thanks for reporting, will look it up.

gsamokovarov avatar Dec 16 '14 21:12 gsamokovarov