2016-04-26 5 views
0

meine orange Version 3.3 Ich installierte alle Add-ons, aber wenn ich Orange3-Text 0.1.9 installieren möchte (ich habe xcode und python-3.4.4-macosx10 .6)Orange Add-ons Fehler Orange3-Text 0.1.9

Beim Ausführen eines Unterprozesses ist ein Fehler aufgetreten Befehl fehlgeschlagen: python -m pip install Orange3-Text wurde mit Status ungleich Null beendet.

Details zeigen

Collecting Orange3-Text 
    Using cached Orange3-Text-0.1.10.tar.gz 
Collecting gensim>=0.12.3 (from Orange3-Text) 
    Using cached gensim-0.12.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl 
Collecting nltk (from Orange3-Text) 
    Using cached nltk-3.2.1.tar.gz 
Requirement already satisfied (use --upgrade to upgrade): numpy in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from Orange3-Text) 
Requirement already satisfied (use --upgrade to upgrade): scikit-learn in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from Orange3-Text) 
Requirement already satisfied (use --upgrade to upgrade): scipy in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from Orange3-Text) 
Collecting setuptools-git (from Orange3-Text) 
    Using cached setuptools-git-1.1.tar.gz 
Collecting smart-open>=1.2.1 (from gensim>=0.12.3->Orange3-Text) 
    Using cached smart_open-1.3.2.tar.gz 
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.0 in /Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from gensim>=0.12.3->Orange3-Text) 
Collecting boto>=2.32 (from smart-open>=1.2.1->gensim>=0.12.3->Orange3-Text) 
    Using cached boto-2.39.0-py2.py3-none-any.whl 
Collecting httpretty==0.8.10 (from smart-open>=1.2.1->gensim>=0.12.3->Orange3-Text) 
    Using cached httpretty-0.8.10.tar.gz 
    Complete output from command python setup.py egg_info: 
    Traceback (most recent call last): 
     File "<string>", line 20, in <module> 
     File "/private/var/folders/75/kxgr97zd7kggxsp8r0v12tph0000gn/T/pip-build-a9iyny1h/httpretty/setup.py", line 86, in <module> 
     version=read_version(), 
     File "/private/var/folders/75/kxgr97zd7kggxsp8r0v12tph0000gn/T/pip-build-a9iyny1h/httpretty/setup.py", line 46, in read_version 
     finder.visit(ast.parse(local_file('httpretty', '__init__.py'))) 
     File "/private/var/folders/75/kxgr97zd7kggxsp8r0v12tph0000gn/T/pip-build-a9iyny1h/httpretty/setup.py", line 78, in <lambda> 
     open(os.path.join(os.path.dirname(__file__), *f)).read() 
     File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.4/lib/python3.4/encodings/ascii.py", line 26, in decode 
     return codecs.ascii_decode(input, self.errors)[0] 
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 133: ordinal not in range(128) 

    ---------------------------------------- 
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/75/kxgr97zd7kggxsp8r0v12tph0000gn/T/pip-build-a9iyny1h/httpretty 
You are using pip version 7.1.2, however version 8.1.1 is available. 
You should consider upgrading via the 'pip install --upgrade pip' command. 

Antwort

0

Wir sind uns dieses Problems bewusst und versuchen derzeit mit Autoren von smart_open zu lösen (die wir durch gensim benötigen - eine unserer Abhängigkeiten). Das Problem tritt seit mit Umgebungsvariable LC_ALL=C auf, wie wir Add-Ons installieren. Momentan würde ich vorschlagen, es über das Terminal zu installieren.

cd /Applications/Orange3.app/Contents/MacOS 
./pip install Orange3-Text 

Beachten Sie, dass Orange3-Text ist noch in der Entwicklung und einige große Veränderungen kommen durch den Sommer: Auf einem Mac kann dies, indem Sie auf Orange Installationsordner und den Betrieb der pip install erfolgen. Wenn Sie Probleme haben, melden Sie sie bitte unter issue tracker.

+0

in orange webside Ich sah dies Installieren von Add-ons Add-ons sollten in Orange Leinwand installiert werden (Menü Optionen, Add-ons ...). und ich konnte manuelle ins nicht versuchen ... :) danckss – drmacos

Verwandte Themen