花了一段时间解决了PyCharm
ImportError
It's the "Couldn't import Django.
It's caused by me both installation django
and python with apt-get
and andpython3
Terminal
django-admin --version
1.11.20
PyCharm IDE
django-admin --version
2.2.4
我知道
PYTHONPATH=/path/to/django/parent/dir python
>>> import django
解决了importerror
我需要从头开始安装吗?
任何安装的包
apt-get install
都可以用apt-get remove
.添加
--simulate
以检查在删除包之前会发生什么,先试试这个:如果您对输出感到满意,请使用以下命令删除这些软件包:
这将只留下 pip 版本,通常比 apt-get 版本更新,如果出现问题,请重新安装该版本:
希望能帮助到你。