在pycharm的File>new project>Django>選擇虛擬環境和解釋器后,創建報錯,煩請問下大神有知道原因的嗎,我使用pip install pymysqlite這個命令安裝缺的包也報錯


(python3.7.4) C:\Users\taoqi>pip install pysqlite
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting pysqlite
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/42/02/981b6703e3c83c5b
25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz (80 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\taoqi\.conda\envs\python3.7.4\python.exe' -c 'import sys
, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\taoqi\\AppData\\Local\\Tem
p\\pip-install-erpowkwc\\pysqlite\\setup.py'"'"'; __file__='"'"'C:\\Users\\taoqi
\\AppData\\Local\\Temp\\pip-install-erpowkwc\\pysqlite\\setup.py'"'"';f=getattr(
tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
--egg-base 'C:\Users\taoqi\AppData\Local\Temp\pip-pip-egg-info-jceynhmg'
cwd: C:\Users\taoqi\AppData\Local\Temp\pip-install-erpowkwc\pysqlite\
Complete output (1 lines):
pysqlite is not supported on Python 3. When using Python 3, use the sqlite3
module from the standard library.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/218747.html
