frames.py
frames.py copied to clipboard
No longer pip installable because of PyPI changes
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
Thanks for reporting, will look it up.