python - pip wont install .WHL files -


when try install .whl gohike typing cmd c:\users\owner\downloads>pip install ta_lib-0.4.9-cp27-none-win_amd64.whli print out:

`processing c:\users\owner\downloads\ta_lib-0.4.9-cp27-none-win_amd64.whl     complete output command python setup.py egg_info:     traceback <most recent call last>:       file "<string>", line 1, in <module>     ioerror: [errno 2] no such file or directory:'c:\\users\\owner\\appdata\\lo cal\\temp\\pip-9gwk2c-build\\setup.py'     ----------------------------------------- command "python setup.py egg_info" failed error code 1 in c:\users\owner\ap pdata\local\temp\pip-9gwk2c-build\` 

the part between pip- , -build inpip-9gwk2c-build different on same file.

i asked python 2.7.11 pip 8.0.3 can't install gohike whl of ta-lib 0.4.9 few days ago , decided ask differently. can me!

you have outdated pip not understand wheels. wheels not supposed have setup.py inside.

try upgrading pip pip install --upgrade pip , running command again.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -