0 Daumen
373 Aufrufe

Ich habe eine Bibliothek installiert. Wenn ich es jedoch anrufe, bekomme einen ModuleNotFoundError.

Installing collected packages: pandas, iexfinance
Successfully installed iexfinance-0.3.5 pandas-0.23.4
You are using pip version 10.0.1, however version 19.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\antoi\Documents\Programming\Tests\StockPredictions>py
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from iexfinance.stocks import Stock
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>

ModuleNotFoundError: No module named 'iexfinance'

Avatar von

Ein anderes Problem?

Stell deine Frage

Willkommen bei der Stacklounge! Stell deine Frage einfach und kostenlos

x
Made by a lovely community