2016-12-12 4 views
0

Hoffentlich kann mir jemand dabei helfen. Ich benutze ubuntu 14.04 und aktualisierte python3.4 zu python3.5.2.Fehler bei der Verwendung von Pip3-Installationspaket in Ubuntu 14.04

Dann habe ich

pip3 install -r <requirments> 

alles Paket zu aktualisieren. i jedoch für viele Fehler erhalten

Failed building wheel for <package name>``` and with following error. 


~# pip3 -V 
pip 9.0.1 from /usr/local/lib/python3.5/dist-packages (python 3.5) 
~# python -V 
Python 3.5.2 

File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands 
    self.run_command(cmd) 
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command 
    cmd_obj.run() 
File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 213, in run 
    archive_basename = self.get_archive_basename() 
File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 161, in get_archive_basename 
    impl_tag, abi_tag, plat_tag = self.get_tag() 
File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 155, in get_tag 
    assert tag == supported_tags[0] 
AssertionError 

---------------------------------------- 
Failed building wheel for setproctitle 

Antwort

0

i entpuppen alle python3.4 und python2.7 zu entfernen, dann reisntall python3.5 dann lösen das Problem

Verwandte Themen