如何修复颜色'模块导入错误?
当我想导入时,我对stddraw python文件有问题 我面对没有发现错误的模块>>没有名为“颜色”的模块 我尝试从PIP安装颜色,但它不再起作用!!!
I have a problem with stddraw python file, when I want to import it
I face module not found error >> no module named 'color'
I tried to install color from pip but it didn't work again!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装“颜色”模块>> https://pypi.org/project/color/
然后手动安装。进入该目录并输入“python setup.py install”
install 'color' module >> https://pypi.org/project/color/
Then install it manually. Go to the directory and enter 'python setup.py install'