Ticket #9449 (closed: invalid)
easy_install.exe not executing on win64
Reported by: | Anders Markvardsen | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.2 |
Component: | Tools | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
In Code\Third_Party\lib\win64\Python27\Scripts executing easy_install.exe does nothing.
The example we tried was e.g.
easy_install.exe -u Sphinx
However using
python easy_install-2.7-script.py -U Sphinx
did work after setting http_proxy and https_proxy
Change History
comment:1 Changed 6 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to invalid
- Milestone changed from Backlog to Release 3.2
comment:2 Changed 6 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:3 Changed 6 years ago by Anders Markvardsen
- Status changed from verifying to closed
OK and consistent with text on http://www.mantidproject.org/Documentation_Guide_For_Devs#Prerequisites
Note: See
TracTickets for help on using
tickets.
No longer valid as easy_install has been replaced by pip on Windows, which seems to work much better.