gpt4 book ai didi

python - ImportError:找不到入口点('console_scripts', 'nosetests')

转载 作者:行者123 更新时间:2023-12-03 00:19:37 24 4
gpt4 key购买 nike

我正在尝试按照learnpythonthehardway教程中的说明启动 Nose 测试。

我尝试从Powershell运行 Nose 测试,并得到以下信息:

PS E:\python\projects\skeleton> nosetests
Traceback (most recent call last):
File "C:\Python27\Scripts\nosetests-script.py", line 9, in <module>
load_entry_point('nose==1.3.0', 'console_scripts', 'nosetests')()
File "C:\Python27\lib\site-packages\distribute-0.6.45-py2.7.egg\pkg_resources.py", line 343, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python27\lib\site-packages\distribute-0.6.45-py2.7.egg\pkg_resources.py", line 2353, in load_entry_point
raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'nosetests') not found

最佳答案

我知道这很晚了,但对于遇到此问题的其他人,请尝试运行

sudo pip uninstall nosetests
pip uninstall nosetests

然后定期重新安装 Nose 测试。
如果仍然无法正常工作,请尝试通过finder在笔记本电脑中搜索 Nose 测试的其他任何实例,并消除它们。
如果仍然无法解决问题,请清除您的垃圾箱。 Ť

关于python - ImportError:找不到入口点('console_scripts', 'nosetests'),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17289926/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com