You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
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
The text was updated successfully, but these errors were encountered: