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
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
The text was updated successfully, but these errors were encountered:
When I run
python setup.py
, I get the following error message generated from thedownload_osmesa()
function:The error is related to a zip file that the code downloads named OSMesa.Linux.x86_64.zip
The text was updated successfully, but these errors were encountered: