Django.conf module not found, why?

后端 未结 4 1458
清酒与你
清酒与你 2021-01-05 14:34

I\'m trying to install the Evennia Python MUD and when I get to the python manage.py syncdb command I get the below message... any ideas on why?

Traceback (m         


        
4条回答
  •  星月不相逢
    2021-01-05 15:01

    Its hard to do manual stuff of changing the path and might create some more problems so instead go to your environment and delete "bin" folder and "pip-selfchek.json" now re-create your env with whatever method you want to use. i generally use

    virtualenv -p python3 
    

    now activate the env, and check all your package by

    pip freeze
    

    all good to go.

提交回复
热议问题