- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在尝试使用 PyOsmium但它不会导入。 python3 setup.py install
似乎完成得很好,但是当我import osmium
时出现错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/dylan/Downloads/osmium/osmium/__init__.py", line 1, in <module>
from ._osmium import *
ImportError: No module named 'osmium._osmium'
我不知道是什么原因造成的,这是我第一次手动安装 C++ 包装器。我在同一目录中有顶级 PyOsmium 和 libosmium 目录。是否尝试导入 C++ 文件?
如有任何帮助,我们将不胜感激。
最佳答案
我有 same problem .解决方案,as provided by one of the maintainers , 非常简单:
Are you in the pyosmium root directory while trying the import? Change the directory to somewhere else and try again. In the root directory the local osmium source directory takes precedence over your freshly installed version.
切换到与您编译的目录不同的目录,它应该可以工作;它对我有用。
关于python - "No module named ' osmium._osmium '"尝试使用 PyOsmium 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34234010/
我正在尝试将一个名为 osmium 的 python 包安装到我使用 venv 创建的虚拟环境中。激活虚拟环境并从虚拟环境的 Scripts 目录中调用 pip install osmium 失败(下
我正在尝试使用 PyOsmium但它不会导入。 python3 setup.py install 似乎完成得很好,但是当我import osmium 时出现错误: Traceback (most re
我是一名优秀的程序员,十分优秀!