JJ / 2021-cec-deep-g-prop

Deep-G-Prop for the new edition of CEC in 2021
GNU General Public License v3.0
1 stars 1 forks source link

Production settings don't work #20

Closed JJ closed 3 years ago

JJ commented 3 years ago

When I try to run with pip install ., it fails with:

Traceback (most recent call last):
  File "/home/jmerelo/.pyenv/versions/3.7.9/bin/dgp", line 5, in <module>
    from src.deep_g_prop import cli
  File "/home/jmerelo/.pyenv/versions/3.7.9/lib/python3.7/site-packages/src/deep_g_prop.py", line 7, in <module>
    from src.dgp_logger import DGPLOGGER
  File "/home/jmerelo/.pyenv/versions/3.7.9/lib/python3.7/site-packages/src/dgp_logger.py", line 14, in <module>
    from settings import LOGS_DIR_PATH
ModuleNotFoundError: No module named 'settings'

Maybe there's something missing in the production requirements.txt?