g2o-python icon indicating copy to clipboard operation
g2o-python copied to clipboard

windows install error

Open July0928 opened this issue 2 years ago • 4 comments

(superglue_3.8) D:\code\gitload\g2opy-master>python setup.py build --force develop running build running develop C:\app\Anaconda3\envs\superglue_3.8\lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( C:\app\Anaconda3\envs\superglue_3.8\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running egg_info writing UNKNOWN.egg-info\PKG-INFO writing dependency_links to UNKNOWN.egg-info\dependency_links.txt writing top-level names to UNKNOWN.egg-info\top_level.txt reading manifest file 'UNKNOWN.egg-info\SOURCES.txt' writing manifest file 'UNKNOWN.egg-info\SOURCES.txt' running build_ext Creating c:\app\anaconda3\envs\superglue_3.8\lib\site-packages\UNKNOWN.egg-link (link to .) UNKNOWN 0.0.0 is already the active version in easy-install.pth

Installed d:\code\gitload\g2opy-master Processing dependencies for UNKNOWN==0.0.0 Finished processing dependencies for UNKNOWN==0.0.0

July0928 avatar Nov 28 '23 02:11 July0928

i have installed g2o sucessfully, but still erro exsits: ModuleNotFoundError: No module named 'g2o.contrib'

July0928 avatar Nov 28 '23 06:11 July0928

Hi @July0928

I am not sure your issue is related to this package. You can install it using pip as in the README.md:

pip install -U g2o-python

Could you please let me know:

  • OS version
  • Python version (python --version)
  • Any other details that you think might be relevant

miquelmassot avatar Nov 28 '23 08:11 miquelmassot

Hi @July0928

I am not sure your issue is related to this package. You can install it using pip as in the README.md:

pip install -U g2o-python

Could you please let me know:

* OS version

* Python version (`python --version`)

* Any other details that you think might be relevant

OS version windows10 22H2 19045.3570, python 3.8.13 ,

July0928 avatar Nov 28 '23 08:11 July0928

@miquelmassot And only the "from .g2opy import * # noqa: F401" in g2o.

July0928 avatar Nov 28 '23 09:11 July0928