Man Python
Man Python
``` Collecting dtale Using cached dtale-3.13.1-py2.py3-none-any.whl.metadata (17 kB) Collecting dash-colorscales (from dtale) Using cached dash_colorscales-0.0.4.tar.gz (62 kB) Preparing metadata (setup.py) ... done Collecting dash-daq (from dtale) Using cached dash_daq-0.5.0.tar.gz (642...
You are wrong about python, it's `venvpython311` not 3.7 but this is case. I have big library and many own, this can be problem with freeze. Then ``` Ignoring numpy:...
I'm testing many envs and on each similar problems like p37 ``` pip install dtale Collecting dtale Using cached dtale-3.13.1-py2.py3-none-any.whl.metadata (17 kB) Collecting dash-colorscales (from dtale) Using cached dash_colorscales-0.0.4.tar.gz (62...
After `pip install -U scikit-learn==1.1.3` ``` pip install -U scikit-learn==1.1.3 Collecting scikit-learn==1.1.3 Downloading scikit-learn-1.1.3.tar.gz (7.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 12.7 MB/s eta 0:00:00 Installing build dependencies ... error error: subprocess-exited-with-error...
For p37: ``` pip install -U scipy==1.11.1 ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python =3.8; 1.10.0rc1 Requires-Python =3.8; 1.10.0rc2 Requires-Python =3.8; 1.10.1 Requires-Python =3.8;...
YES. Not working on any of my Python, including linux, windows.
I made time ago, but this same errors. I made a test again, then this issue.
Regarding problems with venv ``` pyoxidizer run resolving 1 targets resolving target install resolving target exe error[CF05]: Extraneous parameter passed to function call --> .\pyoxidizer.bzl:12:12 | 12 | dist =...
I know many of python setup but py2exe not support more advanced projects, eg. like QT/PySide6
Ok I saw.. that You changed here: https://github.com/py2exe/py2exe/commit/3332db3deb38a5c8194852508b67cd04d9790a53 Then yo know many things around py2xe but this solution is very limited in relation to pyinstaller, etc.