Problem installing SimpleFOCStudio

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:

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?

Hi @user23

could you try to modify requirements.txt to change from “PyQt5==5.15.9” to “PyQt5” and see if this solves your issue ?

Thank you @JorgeMaker

I had to remove version of pyqtgraph too, leaving the requirements.txt

PyQt5
pyqtgraph
pyserial==3.5
numpy

Installation seemed to work :slight_smile:

1 Like

Nice to hear that you solved the installation issue :slight_smile: Enjoy the tool.