首页 文章

我无法使用pycharm终端安装peewee . 我正在使用'pip install peewee'但无法导入库

提问于
浏览
0

命令"C:\Users\asus\Anaconda2\python.exe -u -c " import setuptools,tokenize; file = 'c:\users\asus\appdata\local\temp\pip-build-54ytkq\peewee\setup.py'; f = getattr(tokenize,'open',open)( file ); code = f.read() . replace('\r\n','\n'); f.close(); exec(compile(code, file ,'exec'))" install --record c:\users\asus\appd ata\local\temp\pip-q5dadg-record\install-record.txt --single-version-externally-managed --compile"失败,错误c:\ users \ asus \ appdata \ local \ temp \ pip-build-54ytkq \ peewee中的代码1

1 回答

  • 0

    它实际上解决了,因为python的microsoft visual c需要安装在我的计算机中,因为它可以正常工作

相关问题