Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

报错No module named 'django' #14

Open
lyyyann opened this issue May 7, 2021 · 0 comments
Open

报错No module named 'django' #14

lyyyann opened this issue May 7, 2021 · 0 comments

Comments

@lyyyann
Copy link

lyyyann commented May 7, 2021

下载安装相关包后,报错如下:
/Users/liuyang/PycharmProjects/flask-adminlte-scaffold-master/venv/bin/python /Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevconsole.py --mode=client --port=49488
import sys; print('Python %s on %s' % (sys.version, sys.platform))
import django; print('Django %s' % django.get_version())
sys.path.extend(['/Users/liuyang/PycharmProjects/flask-adminlte-scaffold-master', '/Applications/PyCharm.app/Contents/plugins/python/helpers/pycharm', '/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev'])
if 'setup' in dir(django): django.setup()
import django_manage_shell; django_manage_shell.run("/Users/liuyang/PycharmProjects/flask-adminlte-scaffold-master")
PyDev console: starting.
Python 3.8.5 (v3.8.5:580fbb018f, Jul 20 2020, 12:11:27)
[Clang 6.0 (clang-600.0.57)] on darwin
Traceback (most recent call last):
File "", line 4, in
File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'django'

为啥会出现【No module named 'django'】呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant