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

Problem with Downloading Dependencies #14

Open
jwahnn opened this issue Sep 10, 2023 · 4 comments
Open

Problem with Downloading Dependencies #14

jwahnn opened this issue Sep 10, 2023 · 4 comments

Comments

@jwahnn
Copy link

jwahnn commented Sep 10, 2023

I am having some trouble downloading dependencies for running the demo. FYI, I am running this on Windows and in a Conda environment.

First problem is that I get this error when I try running the line pip install -e .[demo] The line that I get is as follows:

Error in atexit._run_exitfuncs: Traceback (most recent call last): File "C:\Users\ahnji\anaconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed return stream.closed ValueError: underlying buffer has been detached ERROR: Failed building wheel for detectron2

The second problem is that if I download detectron2 elsewhere and pass this error, I get to a stage where the OpenGL library causes the problem that goes along the lines of such:
raise ImportError("Unable to load OpenGL library", *err.args) ImportError: ('Unable to load OpenGL library', "Could not find module 'OSMesa' (or one of its dependencies)

Can you help me resolve this issue?

@jwahnn
Copy link
Author

jwahnn commented Sep 13, 2023

Looks like now the only problem I have is on solving the second problem. I cannot seem to resolve the error that comes from the OpenGL library. Can there be some guidance provided?

@Hao-xin-Lu
Copy link

I'm having the same problem.

@brjathu
Copy link
Owner

brjathu commented Dec 30, 2023

Apologies for the late reply, is the resolved?

@N4fumi
Copy link

N4fumi commented Sep 11, 2024

Apologies for the late reply, is the resolved?

Can you update the install instruction? Thanks a lot

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

4 participants