简体   繁体   English

pyqt5-tools:designer.exe 丢失

[英]pyqt5-tools: designer.exe missing

I installed pyqt5-tools with PyCharm but when I open the related folder inside site-packages of my virtual environment, I notice that designer.exe is missing.我使用 PyCharm 安装了pyqt5-tools ,但是当我打开虚拟环境的site-packages中的相关文件夹时,我注意到缺少designer.exe This happens even if I install it in the system interpreter using pip install pyqt5-tools .即使我使用pip install pyqt5-tools将它安装在系统解释器中,也会发生这种情况。 Is this a bug that I should report or am I missing something?这是我应该报告的错误还是我遗漏了什么?

I am using Windows 10, Python 3.8.5 and PyCharm Professional 2020.3.3.我正在使用 Windows 10、Python 3.8.5 和 PyCharm Professional 2020.3.3。

Here some screeshot.这里有一些截图。 Thanks!谢谢!

在此处输入图像描述

在此处输入图像描述

Have you checked site-packages\qt5_applications\ ?你检查过site-packages\qt5_applications\吗?

According to https://pypi.org/project/pyqt5-tools/ :根据https://pypi.org/project/pyqt5-tools/

As of pyqt5-tools v2 the package has been broken down into three pieces.从 pyqt5-tools v2 开始,package 已分解为三部分。 The wrappers remain here but the plugins are located in pyqt5-plugins and the applications are in qt5-applications.包装器保留在此处,但插件位于 pyqt5-plugins 中,应用程序位于 qt5-applications 中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM