program_to_run.py中(在根文件夹中)使用helper_1.py时,我得到以下错误: ModuleNotFoundError: No module named 'tools_to_use2' 我假设这与我打包脚本的方式有关我遵循了这里的结构:https://docs.python.org/3/tutorial/modules.html (6.4个包)然而,我不确定我做错了什么。感谢所有提前回复的人。我还尝试将模块添加到我的PYTHON路径中,但仍然没有成功。
> python -m pip install intel-numpy Could not find a version that satisfiesrequirement intel-numpy (from versions: )
No matching distribution found for intel-numpy 我在Windows10上安装了64位Python