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

OSMesa zip file #54

Open
crocis opened this issue Apr 14, 2023 · 0 comments
Open

OSMesa zip file #54

crocis opened this issue Apr 14, 2023 · 0 comments

Comments

@crocis
Copy link

crocis commented Apr 14, 2023

When I run python setup.py, I get the following error message generated from the download_osmesa() function:

Traceback (most recent call last):
  File "/home/simone/repo/opendr/setup.py", line 152, in <module>
    main()
  File "/home/simone/repo/opendr/setup.py", line 141, in main
    download_osmesa()
  File "/home/simone/repo/opendr/setup.py", line 46, in download_osmesa
    with zipfile.ZipFile(zip_fname, 'r') as z:
  File "/home/simone/anaconda3/lib/python3.10/zipfile.py", line 1267, in __init__
    self._RealGetContents()
  File "/home/simone/anaconda3/lib/python3.10/zipfile.py", line 1334, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

The error is related to a zip file that the code downloads named OSMesa.Linux.x86_64.zip

@crocis crocis changed the title OSMesa OSMesa zip file Apr 14, 2023
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

1 participant