ERROR: Could not find a version that satisfies the requirement aimrocks==0.5.* (from versions: 0.2.0)
🐛 Bug
While traying to install aim using PIP INSTALL AIM, the system crashes.
To reproduce
pip install aim
Expected behavior
C:\Users\usuario>pip install aim Collecting aim Downloading aim-3.29.1.tar.gz (1.7 MB) ---------------------------------------- 1.7/1.7 MB 6.2 MB/s eta 0:00:00 Installing build dependencies ... error error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [11 lines of output] Collecting setuptools Downloading setuptools-80.8.0-py3-none-any.whl (1.2 MB) ---------------------------------------- 1.2/1.2 MB 5.4 MB/s eta 0:00:00 Collecting cython==3.0.10 Downloading Cython-3.0.10-cp311-cp311-win_amd64.whl (2.8 MB) ---------------------------------------- 2.8/2.8 MB 8.1 MB/s eta 0:00:00 ERROR: Could not find a version that satisfies the requirement aimrocks==0.5.* (from versions: 0.2.0) ERROR: No matching distribution found for aimrocks==0.5.*
Environment
- Aim Version (e.g., 3.0.1)
- Python version
- pip version
- OS (e.g., Linux)
- Any other relevant information
Additional context
This is happening in Windows, MAC and LINUX
Hello @bhnunes. Have you solved this? I am experiencing the same issue!
Hello @phonokoye ! I had to downgrade my python version. Then it started working again. I believe I used the old python 3.10 to fix this.
Thank you for your response. I am currently using python 3.10 and pip 25.1.1 and I still get the same error on Windows 10. May I get your pip version?