Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows install errors #19

Open
July0928 opened this issue Nov 29, 2023 · 0 comments
Open

Windows install errors #19

July0928 opened this issue Nov 29, 2023 · 0 comments

Comments

@July0928
Copy link

******I install g2o by "pip install -U g2o-python", and the result is successful. ******

"Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting g2o-python
Downloading http://mirrors.aliyun.com/pypi/packages/9e/84/f7e06c42ec8965d5375eb7c8acd86d3514a8519190a042571b1797a6b98f/g2o_python-0.0.12-cp38-cp38-win_amd64.whl (21.3 MB)
---------------------------------------- 21.3/21.3 MB 3.3 MB/s eta 0:00:00
Requirement already satisfied: scikit-build in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from g2o-python) (0.17.0)
Requirement already satisfied: numpy in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from g2o-python) (1.19.3)
Requirement already satisfied: distro in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from scikit-build->g2o-python) (1.8.0)
Requirement already satisfied: packaging in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from scikit-build->g2o-python) (21.3)
Requirement already satisfied: wheel>=0.32.0 in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from scikit-build->g2o-python) (0.37.1)
Requirement already satisfied: tomli in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from scikit-build->g2o-python) (2.0.1)
Requirement already satisfied: setuptools>=42.0.0 in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from scikit-build->g2o-python) (63.2.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\app\anaconda3\envs\superglue_3.8\lib\site-packages (from packaging->scikit-build->g2o-python) (3.0.9)
Installing collected packages: g2o-python
Successfully installed g2o-python-0.0.12"

But when i use it , it goes wrong like "ModuleNotFoundError: No module named 'g2o.contrib' ", and when i search the "g2o" in sitepackages, there are init.py, pycache, and g2opy.cp38-win_amd64.pyd. And there is only one line in init.py, which is "from .g2opy import * # noqa: F401"

windows10, python 3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant