You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "src/main.py", line 3, in <module>
from flask_orator import Orator
File "C:\Users\mthomas\AppData\Local\Programs\Python\Python36-32\lib\site-packages\flask_orator\__init__.py", line 4, in <module>
from orator import DatabaseManager, Model as BaseModel
File "C:\Users\mthomas\AppData\Local\Programs\Python\Python36-32\lib\site-packages\orator\__init__.py", line 3, in <module>
from .orm import Model, SoftDeletes, Collection, accessor, mutator, scope
File "C:\Users\mthomas\AppData\Local\Programs\Python\Python36-32\lib\site-packages\orator\orm\__init__.py", line 7, in <module>
from .factory import Factory
File "C:\Users\mthomas\AppData\Local\Programs\Python\Python36-32\lib\site-packages\orator\orm\factory.py", line 5, in <module>
from faker import Faker
File "C:\Users\mthomas\AppData\Local\Programs\Python\Python36-32\lib\site-packages\faker\__init__.py", line 7, in <module>
raise ImportError(error)
ImportError: The ``fake-factory`` package is now called ``Faker``.
Please update your requirements.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: