Can't Install Plugins from disk - mac
Answered
Whenever I go to Preferences>Plugins>Installed and I click on install from disk and I select the plugin file that I would like to download, nothing happens. I am trying to install pythonqt so I can develop GUI applications. This is very frustrating because I am unable to work on projects I would like to create.

Please sign in to leave a comment.
Where did you download that plugin from? Could you send me the link?
https://sourceforge.net/projects/pyqt/files/latest/download
I have tried to install multiple plugins but none work.
I believe it was this link: https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.8.2/PyQt5_gpl-5.8.2.tar.gz/download
You can't install it into PyCharm, especially if it's not downloaded from our plugins repository https://plugins.jetbrains.com/
So I can only install plugins from the small repository in PyCharm? That's frustrating because I can't do work on any projects.
Why can't I install the plugin? In the tutorial that I am reading, they did it.
Do you recommend any plugins that's already in the JetBrains repository? I am struggling to find a GUI plugin.
>Why can't I install the plugin? In the tutorial that I am reading, they did it.
Maybe it's possible to install it, but we can't guarantee anything since it's a 3rd party plugin.
>Do you recommend any plugins that's already in the JetBrains repository? I am struggling to find a GUI plugin.
I'm not aware of it. There is definitely no such plugin from JetBrains.
Alright, thanks Sergey for your help. I am using tkinter now and successfully working on my project.