PyQt5-YOLOv5 icon indicating copy to clipboard operation
PyQt5-YOLOv5 copied to clipboard

How to solve the pyqt5-tools stuck on "Preparing metadata (pyproject.toml) ... \" on MacOS M1 chip?

Open 2369257907 opened this issue 2 years ago • 1 comments

(base) kakutooru@MacBook-Air PyQt5-YOLOv5 % pip install PyQt5-tools Looking in indexes: https://pypi.douban.com/simple/ Collecting PyQt5-tools Downloading https://pypi.doubanio.com/packages/b7/70/a25aab849a5e38ae78716acde1f917a14d9d819c8600bbb8cf536781f7c5/pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB) Using cached https://pypi.doubanio.com/packages/36/b8/a255b8160e863678aa7d559a4c8c33b5448a6e270992d1464ec9f87ed633/pyqt5_tools-5.15.4.3.1-py3-none-any.whl (28 kB) Using cached https://pypi.doubanio.com/packages/88/ca/a9cb4816479940d1e0c94c683418c2cc4b4bc2955cd3c5754179a5f95040/pyqt5_tools-5.15.4.3.0.3-py3-none-any.whl (28 kB) Using cached https://pypi.doubanio.com/packages/e5/cb/34b583ce53ca66803cfe904b11ae87633b1e98121a2a54583674514ae29b/pyqt5_tools-5.15.3.3.2-py3-none-any.whl (29 kB) Collecting pyqt5==5.15.3 Downloading https://pypi.doubanio.com/packages/6e/86/d715e71771cece0e060f2ebab20f3ded067b08a0927dfb3143530cae8098/PyQt5-5.15.3.tar.gz (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 4.1 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... \

I am using m1 MacOs13.1.I meet some trouble when I install pyqt5 with pip.I solve the problem follow its method. M1 Mac安装PyQt5的方法

But I can't install pyqt5-tools. It just stucks at " Preparing metadata (pyproject.toml) ... ".

Looking forward to a solution.

2369257907 avatar Nov 25 '22 10:11 2369257907

(base) kakutooru@MacBook-Air PyQt5-YOLOv5 % pip install PyQt5-tools Looking in indexes: https://pypi.douban.com/simple/ Collecting PyQt5-tools Downloading https://pypi.doubanio.com/packages/b7/70/a25aab849a5e38ae78716acde1f917a14d9d819c8600bbb8cf536781f7c5/pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB) Using cached https://pypi.doubanio.com/packages/36/b8/a255b8160e863678aa7d559a4c8c33b5448a6e270992d1464ec9f87ed633/pyqt5_tools-5.15.4.3.1-py3-none-any.whl (28 kB) Using cached https://pypi.doubanio.com/packages/88/ca/a9cb4816479940d1e0c94c683418c2cc4b4bc2955cd3c5754179a5f95040/pyqt5_tools-5.15.4.3.0.3-py3-none-any.whl (28 kB) Using cached https://pypi.doubanio.com/packages/e5/cb/34b583ce53ca66803cfe904b11ae87633b1e98121a2a54583674514ae29b/pyqt5_tools-5.15.3.3.2-py3-none-any.whl (29 kB) Collecting pyqt5==5.15.3 Downloading https://pypi.doubanio.com/packages/6e/86/d715e71771cece0e060f2ebab20f3ded067b08a0927dfb3143530cae8098/PyQt5-5.15.3.tar.gz (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 4.1 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... \

I am using m1 MacOs13.1.I meet some trouble when I install pyqt5 with pip.I solve the problem follow its method. M1 Mac安装PyQt5的方法

But I can't install pyqt5-tools. It just stucks at " Preparing metadata (pyproject.toml) ... ".

Looking forward to a solution.

没在mac上装过,不太清楚

Javacr avatar Nov 28 '22 13:11 Javacr