I am unable to install SimpleFOCStudio as described at GitHub - JorgeMaker/SimpleFOCStudio: A GUI based in PyQT5 and PyQtGraph to configure and control SimpleFOC devices. on Windows 11.
Steps:
- Installed Anaconda
- Windows anaconda prompt: conda create -n simplefoc python=3.6
- Cloned GitHub - JorgeMaker/SimpleFOCStudio: A GUI based in PyQT5 and PyQtGraph to configure and control SimpleFOC devices.
- conda activate simplefoc
- Entered SimpleFOCStudio folder via Windows anaconda prompt
- Tried to install necessary libraries: pip install -r “requirements.txt” → Errors
ERROR: Could not find a version that satisfies the requirement PyQt5==5.15.9 (from versions: 5.7.1, 5.8, 5.8.1.1, 5.8.2, 5.9, 5.9.1, 5.9.2, 5.10, 5.10.1, 5.11.2, 5.11.3, 5.12, 5.12.1, 5.12.2, 5.12.3, 5.13.0, 5.13.1, 5.13.2, 5.14.0, 5.14.1, 5.14.2, 5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6)
ERROR: No matching distribution found for PyQt5==5.15.9
Any advices? @JorgeMaker: Can you please give me a hint?