gpt4 book ai didi

python - 无法加载插件 Nose 计时器

转载 作者:行者123 更新时间:2023-12-01 04:50:55 25 4
gpt4 key购买 nike

我设置了一台新机器来使用nose-timer插件运行nosetests,并且我的环境中还有其他机器可以毫无问题地运行它们。我不记得必须做任何特别的事情。这和我的路有关系吗?我已将路径设置为

C:\Python27\;C:\Python27\Lib\site-packges;C:\Python27\Scripts;

但在工作的机器上,我的路径中只有 Python27 和\Scripts。

我的nosetest版本都是1.3.1,但是在工作机器上,nose-timer版本是0.3.0,非工作版本是0.4.3

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python27\lib\multiprocessing\forking.py", line 380, in main
prepare(preparation_data)
File "C:\Python27\lib\multiprocessing\forking.py", line 488, in prepare
assert main_name not in sys.modules, main_name
AssertionError: __main__
C:\Python27\lib\site-packages\nose\plugins\manager.py:395: RuntimeWarning: Unable to load plugin nosetimer = nosetimer.plugin:TimerPlugin:
RuntimeWarning)
Usage: nosetests [options]

nosetests: error: no such option: --with-timer

提前致谢,鲍里斯

最佳答案

我最终降级到 Nose 计时器 0.3.0 并且我的测试运行良好。

pip uninstall nose-timer
pip install nose-timer==0.3.0

关于python - 无法加载插件 Nose 计时器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28504849/

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