windows install error
(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
i have installed g2o sucessfully, but still erro exsits: ModuleNotFoundError: No module named 'g2o.contrib'
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
Hi @July0928
I am not sure your issue is related to this package. You can install it using
pipas in the README.md:pip install -U g2o-pythonCould 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 ,
@miquelmassot And only the "from .g2opy import * # noqa: F401" in g2o.