Probleme mit QSToolKit Installation Guide Windows
Verfasst: Donnerstag 17. April 2014, 09:18
Ich bin dem QSToolKit Installation Guide Windows auf
http://wiki.quantsoftware.org/index.php ... de_Windows
gefolgt, um QSToolKit (QSTK), is a Python-based open source software framework designed to support portfolio construction and management. zu installieren.
Leider ist diese Anleitung und mein Installationsversuch fehlgeschlagen. Der Einzige Punkt, der sich von der Anleitung unterscheidet ist, dass ich Canopy 1.3.0 64 bit verwende.
Mein Betriebssystem ist Windows 8 64 bit.
Ich habe auch vergeblich im abgesicherten Modus versucht zu installieren, aber leider ohne Erfolg.
Als ich ein älteres Skript mit Pylab Import verwenden wollte, lief auch das nicht mehr.
Es sieht so aus:
import pylab
pylab.figure(1)
pylab.plot([1, 2, 3, 4], [1, 7, 3, 5])
pylab.show()
Die Fehlermeldung erscheint folgendermassen:
%run "C:/Users/Paul/Weiterbildung/edX/6.00.1x Files/Pylab/plot1.py"
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Users\Paul\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.3.0.1715.win-x86_64\lib\site-packages\IPython\utils\py3compat.pyc in execfile(fname, glob, loc)
195 else:
196 filename = fname
--> 197 exec compile(scripttext, filename, 'exec') in glob, loc
198 else:
199 def execfile(fname, *where):
C:\Users\Paul\Weiterbildung\edX\6.00.1x Files\Pylab\plot1.py in <module>()
----> 1 import pylab
2
3 pylab.figure(1)
4 pylab.plot([1, 2, 3, 4], [1, 7, 3, 5])
5 pylab.show()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\pylab.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\rcsetup.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\colors.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\add_newdocs.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\lib\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\lib\type_check.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\core\__init__.py in <module>()
ImportError: No module named multiarray
Vielen Dank
http://wiki.quantsoftware.org/index.php ... de_Windows
gefolgt, um QSToolKit (QSTK), is a Python-based open source software framework designed to support portfolio construction and management. zu installieren.
Leider ist diese Anleitung und mein Installationsversuch fehlgeschlagen. Der Einzige Punkt, der sich von der Anleitung unterscheidet ist, dass ich Canopy 1.3.0 64 bit verwende.
Mein Betriebssystem ist Windows 8 64 bit.
Ich habe auch vergeblich im abgesicherten Modus versucht zu installieren, aber leider ohne Erfolg.
Als ich ein älteres Skript mit Pylab Import verwenden wollte, lief auch das nicht mehr.
Es sieht so aus:
import pylab
pylab.figure(1)
pylab.plot([1, 2, 3, 4], [1, 7, 3, 5])
pylab.show()
Die Fehlermeldung erscheint folgendermassen:
%run "C:/Users/Paul/Weiterbildung/edX/6.00.1x Files/Pylab/plot1.py"
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
C:\Users\Paul\AppData\Local\Enthought\Canopy\App\appdata\canopy-1.3.0.1715.win-x86_64\lib\site-packages\IPython\utils\py3compat.pyc in execfile(fname, glob, loc)
195 else:
196 filename = fname
--> 197 exec compile(scripttext, filename, 'exec') in glob, loc
198 else:
199 def execfile(fname, *where):
C:\Users\Paul\Weiterbildung\edX\6.00.1x Files\Pylab\plot1.py in <module>()
----> 1 import pylab
2
3 pylab.figure(1)
4 pylab.plot([1, 2, 3, 4], [1, 7, 3, 5])
5 pylab.show()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\pylab.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\rcsetup.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\matplotlib\colors.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\add_newdocs.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\lib\__init__.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\lib\type_check.py in <module>()
C:\Users\Paul\AppData\Local\Enthought\Canopy\User\lib\site-packages\numpy\core\__init__.py in <module>()
ImportError: No module named multiarray
Vielen Dank