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

easy-install failure #182

Closed
giampaolo opened this issue May 23, 2014 · 5 comments
Closed

easy-install failure #182

giampaolo opened this issue May 23, 2014 · 5 comments

Comments

@giampaolo
Copy link
Owner

From GadgetSt...@hotmail.com on July 10, 2011 06:59:14

C:\Python26\Scripts>easy_install-2.6-script.py psutil 

What is the expected output?  


What do you see instead?  
Searching for psutil
Reading http://pypi.python.org/simple/psutil/ Reading 
https://code.google.com/p/psutil/ Best match: psutil 0.3.0
Downloading http://psutil.googlecode.com/files/psutil-0.3.0.tar.gz Processing 
psutil-0.3.0.tar.gz
Running psutil-0.3.0\setup.py -q bdist_egg --dist-dir c:\users\gadget~1\appdata\
local\temp\easy_install-gb97iw\psutil-0.3.0\egg-dist-tmp-urwyou
error: Setup script exited with error: Unable to find vcvarsall.bat 

What version of psutil are you using? What Python version?  
psutil 0.3.0
Python 2.6 ( r26 :66721, Oct  2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)] on win32 

On what operating system? Is it 32bit or 64bit version?  
Windows 7 - 32 bit. Please provide any additional information below.

Original issue: http://code.google.com/p/psutil/issues/detail?id=182

@giampaolo
Copy link
Owner Author

From g.rodola on July 10, 2011 11:56:36

That should mean Visual Studio is not installed.
Btw, you can use the precompiled Windows binaries for python 2.6.

@giampaolo
Copy link
Owner Author

From g.rodola on September 30, 2011 12:25:50

Status: Invalid
Labels: OpSys-Windows

@giampaolo
Copy link
Owner Author

From GadgetSt...@hotmail.com on October 01, 2011 00:15:06

Thanks for clarifying the issue - It seems a shame for a "cross platform" tool 
to have a dependency on a Microsoft product not mentioned as a prerequisite for 
the source code download.  (BTW I do have gcc installed on the target machine)

@giampaolo
Copy link
Owner Author

From g.rodola on October 01, 2011 02:03:35

You can also use mingw32 (that's mentioned in the README).
The reason why easy_install uses VS as the default is because Python is 
compiled with that one.

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:01:45

Updated csets after the SVN -> Mercurial migration: r26 == revision 1a7dae828cd4

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