开发者

easy_install launches as a terminal and closes on its own, how to avoid that

开发者 https://www.devze.com 2023-02-17 16:44 出处:网络
Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it includes easy_install among others).

Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it includes easy_install among others).

It surely seems pretty robust. However I'm trying to easy_install a few packages and its failing.

The problem is that the easy_install.exe actually launches in a new terminal and closes on its own, even when there is a problem, how do I av开发者_如何学运维oid that ?

Anyone faced this issue ?


Perhaps easy_install is trying to relaunch itself as Administrator in a different window which quits immediately after easy_install exits. Try running easy_install from an Administrator prompt.

As a recommendation for ActivePython users, easy_install should only be used a last resort; you should first try installing packages using PyPM (included in ActivePython). See http://code.activestate.com/pypm/


try specifying the command like so: c:\python27\python.exe -m easy_install Django==1.6.5v

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号