WX version compatibility for Gooey, Pip, Conda, and OS platforms
See original GitHub issuePlaceholder for working out how best to structure Gooey’s WX dep such that installs across different package managers, platforms, and OSs can all work (mostly) seamlessly, or at least have a useful escape hatch.
Problems:
- WX’s minor versions are not stable, as such, Gooey is very conservative with its deps and locks WX to a known stable version
- The WX version Gooey uses isn’t available in package managers like Conda.
- There doesn’t appear to be a single blessed WX version which can satisfy all installation requirements (for instance, the previous 4.0.7 caused issues on Linux)
Planned Solution:
Gooey will loosen its grip on developing against a single known stable WX version, and work with a sliding window starting from 4.1.0
up to current 4.1.1
(and onward as relevant).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (3 by maintainers)
Top Results From Across the Web
WX version compatibility for Gooey, Pip, Conda, and OS platforms
The WX version Gooey uses isn't available in package managers like Conda. There doesn't appear to be a single blessed WX version which...
Read more >wxPython Downloads
If you are on Windows or macOS with a compatible Python build, then the command shown above will download the appropriate wheel file...
Read more >python - How to properly install wxPython? - Stack Overflow
It's on PyPI. As of wxPython 4, Python 3 is supported. Unfortunately, PyPI has a package called wx that is stuck at version...
Read more >conda-forge - :: Anaconda.org
conda -forge ... ansible-compat, 2.2.7, MIT, X, X, X, X, Ansible compatibility goodies ... Linux Distribution - a Linux OS platform information API....
Read more >Gooey - PyPI
Gooey 1.0.8.1. pip install Gooey Copy PIP instructions. Latest version. Released: Jun 12, 2021.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dependency version has been changed to
>=4.x
FYI the conda installation was fixed for
gooey>=1.0.8
https://github.com/conda-forge/gooey-feedstock/issues/6