使用pyinstaller打包py文件为exe时,如果出现下面问题 File "c:\xxx\anaconda3\lib\site-packages\PyInstaller\hooks\hook-gevent.py", line 25, in <module> datas += copy_metadata('gevent', recursive=True) File "c:\xxx\anaconda3\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 940, ...
project_name) File "c:\xxx\anaconda3\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 975, in _copy_metadata_dest f"No metadata path found for distribution '{project_name}'.") RuntimeError: No metadata path found for distribution 'greenlet'. 1 2 3 4 5 6 7 可以使用...
I dug a bit in the source code and found these lines in/usr/local/lib/python3.8/dist-packages/PyInstaller/utils/hooks/__init__.py: if egg_path is None: # According to older implementations of this function, packages may have no metadata. I have no idea how this # can happen... rai...
changed the titleNo handlers could be found for logger "PyInstaller.utils.misc"No handlers could be found for logger "PyInstaller.utils.misc" (allow running as root)on Oct 18, 2015 matysek removed state:need infoNeed more information for solve or help. ...
使用pyinstaller打包的应用无法运行在pycharm里面可以运行,但是打包完就运行不了,请大神帮忙解决,感谢 我的系统是win10,python 3.6.6 D:\01.python\RoutingAggregationTool>pip list Package Version --- --- altgraph 0.16.1 future 0.16.0 IPy 0.83 macholib 1.10 pefile 2017.11.5 pip 18.0 PyInstaller 3.3.1...
Package Name: azure-identity Package Version: 1.13.0 Operating System: Ubuntu 20.04.6 LTS (Azure VM) Python Version: 3.8.10 Describe the bug I installed the python modules pip3 install azure-keyvault-secrets azure-identity and got import...
Describe the bug We build our server into a single macOS executable with pyinstaller. sanic works perfectly up until version 21.3.4 After 21.6.0 (including both 21.6.1, 21.6.2) When the app is run and it's going through the sanic imports...
Other PyInstaller command details, if useful to know: ... "--add-data", "/Users/name/App Name (MacOS)/3.10 venv/lib/python3.10/site-packages/whisper/assets:whisper/assets", "--hidden-import=pytorch", "--collect-data", "torch", "--copy-metadata", "torch", "--copy-metadata", "...
PyInstaller and pip install locations - Package(s) not found: customtkinterTomSchimansky/CustomTkinter#517 Closed jerzyorlowskimimmentioned this issueFeb 2, 2023 dimentioned this issueMay 24, 2023 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...
Environment pip version: 19.0.1 Python version: 2.7.14 OS: Debian GNU/Linux Description Hi guys, I ran into an unexpected pip install failure for a specific package after my CI silently upgraded pip to 19.0.1 (The problem is also present...