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

[suggestion] Could not find module 'geos_c.dll' #2523

Open
leo-smi opened this issue Sep 26, 2023 · 3 comments
Open

[suggestion] Could not find module 'geos_c.dll' #2523

leo-smi opened this issue Sep 26, 2023 · 3 comments
Assignees

Comments

@leo-smi
Copy link

leo-smi commented Sep 26, 2023

Describe the bug

Could not find module 'geos_c.dll'

Steps to Reproduce

  1. running the step pip install -e .[full] leads to the problem

Environment:

  • OS: Windows 10
  • Python version: 3.10
  • GPU model and memory: Intel Iris Xe

Solution:

pip uninstall shapely
conda install shapely
run pip install -e .[full] --user (with the --user flag)

@sungmanc
Copy link
Contributor

Thanks for the suggestion and error reporting. @goodsong81 could you check?

@leo-smi
Copy link
Author

leo-smi commented Sep 27, 2023

Thanks for the suggestion and error reporting. @goodsong81 could you check?

I was trying running with the flag --user in python venv (local environment) instead of conda and its not possible to use it, only in the global environment.

@leo-smi
Copy link
Author

leo-smi commented Sep 29, 2023

another solution is running:

pip install mmcv-full==1.7.1

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

3 participants