在Windows上pip install django mysqlclient'路径应为字符串,字节,os.PathLike或整数,而不是NoneType'

时间:2019-11-16 07:31:11

标签: python mysql django windows

我是Python和Django的新手,想在Windows上安装mysqlclient。当我在cmd中使用命令pip install django mysqlclient时,会引发以下错误:

  

isfile中第30行的文件“ d:\ myprojects \ python \ mytestdjangoprj \ myproject \ lib \ genericpath.py”           st = os.stat(路径)       TypeError:状态:路径应为字符串,字节,os.PathLike或整数,而不是NoneType

请帮助我。

1 个答案:

答案 0 :(得分:1)

正如Alasdair所说,使用64位解决问题。感谢Alasdair。