Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version not available to install through pip #48

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment
Open

Latest version not available to install through pip #48

GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. pip install --upgrade -v -v -v pefile

Installed version (1.2.10-114) is most up-to-date (past versions: 1.2.10-114, 
1.2.10-63, 1.2.10-60, 1.2.10-56, 1.2.9.1, 1.2.9)

What is the expected output? What do you see instead?
I expected the newest version of pefile to be available through pip: 
pefile-1.2.10-139

What version of the product are you using? On what operating system?
Linux, Python 2.7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jun 2014 at 2:52

@GoogleCodeExporter
Copy link
Author

It looks like the issue is with the resources being hosted externally 

running pip install -v -v -v --upgrade pefile will output a number of warnings.

<snip>
Skipping http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz (from 
https://pypi.python.org/simple/pefile/) because it is externally hosted.
</snip>

You can bypass this by using the arguments "--allow-external pefile 
--allow-unverified pefile"  

Example: sudo pip install --allow-external pefile --allow-unverified pefile 
pefile

On a side note since you are installing from an externally hosted & unverified 
source, things could go horribly wrong, but you'll have the latest package. 

Original comment by [email protected] on 20 Jan 2015 at 8:38

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant