Jump to content

Installation of PyQT5 fails (also: how to use pip instead of package installer)


---
 Share

Recommended Posts

I wanted to create a custom gui for a customer and thus needed PyQT5 as the GOM GUI you can build has several limitations.

Problem: The installation of PyQT5 failed. Is this package not supported?

I also had problems when i wanted to install a specific opencv-version.  I mean GOM Suite is based on Python 3.9 , so is there any way to use the normal pip install syntax when using GOM?

 

Thank you very much in advance 🙂

Link to comment
Share on other sites

  • 1 month later...

Thread can be closed, i found a way around the limitations. 
For everybody interested: Open a command window 

In this command window navigate to the directory of your gom python file (cd C:\Program Files\GOM\2022\python)  in my case. 

Then use the python -m pip install mandelbrot syntax. Here mandelbrot is the package name

Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...