J'ai un projet dans lequel j' aurai besoin de youtube_dl et de wxpython (le phoenix si possible).
La contrainte : en faire un executable lancable depuis windows (sans python) , en codant depuis linux.
Je veux un espace global propre et utiliser un environnement virtuel.
J' attaque avec un pipenv pour commencer.
Puis on finira avec un pyinstaller, ou py2exe ou cxfreeze.
ça coince déjà dès le départ sur pipenv avec wxpython:
pipenv install wxPython
Installing wxPython…
Adding wxPython to Pipfile's [packages]…
✔ Installation Succeeded
Installing dependencies from Pipfile.lock (c972a6)…
An error occurred while installing wxpython==4.0.6 --hash=sha256:0ec54278d ...
Installing initially failed dependencies…
[pipenv.exceptions.ResolutionFailure]: pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches wxwidgets
[pipenv.exceptions.ResolutionFailure]: No versions found
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.