ring00 / adversarial-3d

A TensorFlow implementation for Synthesizing Robust Adversarial Examples.
MIT License
14 stars 3 forks source link

Broken dependency: ModernGL.ext.obj #16

Open Alexandru-Dascalu opened 2 years ago

Alexandru-Dascalu commented 2 years ago

It is impossible to install ModernGL.ext.obj. In a virtualenv virtual environment on Python 3.7.0, pip is unable to fund the extension for loading obj files:

pip install ModernGL.ext.obj==1.0.0

ERROR: Could not find a version that satisfies the requirement ModernGL.ext.obj==1.0.0 (from versions: none)
ERROR: No matching distribution found for ModernGL.ext.obj==1.0.0

The same happens in a virtualenv environment with Python 3.8.10.

Alexandru-Dascalu commented 2 years ago

Solution: ModernGL.ext.obj has been renamed to objloader, put objloader==0.2.0 in the requirements.