Biqing-Qi / Exploring-Adversarial-Robustness-of-Deep-State-Space-Models

[NeurIPS 2024] Exploring Adversarial Robustness of Deep State Space Models
0 stars 0 forks source link

ERROR: Could not find a version that satisfies the requirement autoattack (from versions: none) #1

Open TalRub104 opened 4 days ago

TalRub104 commented 4 days ago

Hi,

I tried to install your requirements using: pip install -r requirements.txt

However, I encountered the following error related to the autoattack installation:

ERROR: Could not find a version that satisfies the requirement autoattack (from versions: none) ERROR: No matching distribution found for autoattack

Would it be acceptable to use the following command to install autoattack instead? pip install git+https://github.com/fra31/auto-attack

Thanks!

gjq100 commented 3 days ago

Thank you for your feedback. To install AutoAttack, you can use the following pip command: pip install git+https://github.com/fra31/auto-attack.