Open TalRub104 opened 1 month 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!
Thank you for your feedback. To install AutoAttack, you can use the following pip command: pip install git+https://github.com/fra31/auto-attack.
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!