-
Notifications
You must be signed in to change notification settings - Fork 106
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
Installation failing with -lOSMesa #30
Comments
The same is happening here today. |
Today, it appears the mesa3D website is back up; however, the error remains. H |
Is OSMesa correctly installed on your machine? That seems to be what your error message is telling you. -n8 |
Also, it would be very helpful if you could include machine information. For instance, are you trying to install with python2? python3? Version of OS you are using, etc. I'm sure there are forms online for specifying all the details. |
Thanks for the response. I'll get back to you on Monday when I'm on my work machine that has this issue. - |
Hi, I've got the same problem on two separate machines. One has 16.04 and an Nvidia 1070Ti and the other with 14.04 and a 720. Both are using Python 2.7. My other machines where opendr works fine are matching 16.04/1070Ti machines and my laptop with has 14.04 and an Intel GPU. All Python 2.7. I haven't build OSMesa from source on any of the computers I'm using where opendr was (and is) working. I have run: No errors when I run I'll need to dig into this more to get other information, but if this helps you possibly ID the issue, it would be great! Henry C. |
same problem |
have you solved it? |
No, I have not solved it. -Henry C. |
Got it installed, but required building from source. clone the repo and then Henry C. |
I solved it by installing llvm-8.0.0 and opendr from source. |
@henryclever @yyf8989 can you please write down the detailed steps including every command? I used the following commands and apparently opendr is not getting installed in my virtual env. |
I had the same problem, tried Ubuntu 14,16 and 18, all with python2.7. Then I used
Sometimes it is easy. :) |
It worked like magic! Thanks. |
@bylowerik it is indeed magic. Thanks :) |
Sad.... the error still exits when I install under virtualenv. Anyone can help me?
|
@mehemeha998 have you installed libosmesa6-dev? You can download and install from the following link as well. |
Mine is solved by: |
It works for me, too! |
This worked for me. sudo apt install libosmesa6-dev |
It seems today I am unable to install opendr. I've not had trouble with it in the past. When I install with pip, it gives the error
/usr/bin/ld: cannot find -lOSMesa
collect2: error: ld returned 1 exit status
.Also, I noticed that the mesa website seems to be down:
https://www.mesa3d.org/osmesa.html
Perhaps these two issues are linked? Has anyone else had this issue, and if so, what is the workaround?
Thanks!
Henry C.
The text was updated successfully, but these errors were encountered: