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

could not quick start install the program #26

Open
Alexyuanfun opened this issue Apr 3, 2024 · 1 comment
Open

could not quick start install the program #26

Alexyuanfun opened this issue Apr 3, 2024 · 1 comment

Comments

@Alexyuanfun
Copy link

It shows this error:
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
Failed CDLL(/Library/Frameworks/GEOS.framework/Versions/Current/GEOS)
Failed CDLL(/opt/local/lib/libgeos_c.dylib)
Failed CDLL(/usr/local/lib/libgeos_c.dylib)
Failed CDLL(/opt/homebrew/lib/libgeos_c.dylib)
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/mq/m15w7rln2hncc1_q53ppfk5rkyh4qh/T/pip-install-htidmn92/shapely_6cf2b7dd59e745dca1ddcb1396ac009d/setup.py", line 74, in
from shapely._buildcfg import geos_version_string, geos_version,
File "/private/var/folders/mq/m15w7rln2hncc1_q53ppfk5rkyh4qh/T/pip-install-htidmn92/shapely_6cf2b7dd59e745dca1ddcb1396ac009d/shapely/_buildcfg.py", line 189, in
lgeos = load_dll('geos_c', fallbacks=alt_paths)
File "/private/var/folders/mq/m15w7rln2hncc1_q53ppfk5rkyh4qh/T/pip-install-htidmn92/shapely_6cf2b7dd59e745dca1ddcb1396ac009d/shapely/_buildcfg.py", line 159, in load_dll
raise OSError(
OSError: Could not find library geos_c or load any of its variants ['/Library/Frameworks/GEOS.framework/Versions/Current/GEOS', '/opt/local/lib/libgeos_c.dylib', '/usr/local/lib/libgeos_c.dylib', '/opt/homebrew/lib/libgeos_c.dylib']

I already run python -m pip install 'git+https://github.com/MaureenZOU/detectron2-xyz.git', but there still have this error.
Looking forward to your help

@jwyang
Copy link
Member

jwyang commented May 15, 2024

it seems that you are trying to install it on windows? If it is, then we would recommend using a virtual machine or WSL with ubuntu system.

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

2 participants