gpt4 book ai didi

python-2.7 - 无法在 python 虚拟环境中导入 runpy 模块

转载 作者:行者123 更新时间:2023-12-03 09:39:37 26 4
gpt4 key购买 nike

在尝试使用 bash/activate 在虚拟环境中运行内存分析器 ( https://pypi.python.org/pypi/memory_profiler ) 时,我无法运行任何默认测试代码

python -m memory_profiler test/test_as.py
Could not import runpy module

虽然它在另一个虚拟环境中运行良好,
 > python -m memory_profiler ./test/test_as.py
Filename: ./test/test_as.py
Line # Mem usage Increment Line Contents
================================================
3 9.199 MiB 0.000 MiB @profile
4 def f():
5 9.207 MiB 0.008 MiB o = math.sqrt(2013)
6 9.207 MiB 0.000 MiB return o

如何导入 runpy 模块或使用 pip 或 easy install 安装它?
还是手动安装模块?
提前致谢。

最佳答案

删除环境并使用 virtualenv 创建一个新环境对我有用......今天早上我遇到这个时找不到任何其他解决方案

关于python-2.7 - 无法在 python 虚拟环境中导入 runpy 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29357497/

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