pywebview cannot be installed using poetry
See original GitHub issueSpecification
- Platform: 4.18.0-17-generic #18-Ubuntu SMP Wed Mar 13 14:34:40 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Version: 2.4 (also 2.3 and 2.2 - version 2.1 is OK)
Description
When using poetry for project management, trying to add pywebview to the project using the command poetry add pywebview --extras qt
fails with the below message:
[InvalidRequirement]
Invalid requirement, parse error at "'; <empty'"
I’m guessing this is due to the semicolons in the install_requires
part of the setup.py
script.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Installation fails due to pyobjc even when not on darwin
I am on the latest Poetry version. I have searched the issues of this ... pywebview cannot be installed using poetry r0x0r/pywebview#326.
Read more >How to fix error during pythonnet installation
5) "pip install pywebview" (@CristiFati's answer). You're using Python 3.9. According to [PyPI]: pythonnet - Release history, latest released ...
Read more >Python package installation issues with Poetry
Poetry is an emerging package manager with some serious issues of its own, when it comes to setting environment and installing packages.
Read more >robocorp-dialog
The Python project uses pywebview to render the files in the static/ folder. In order to install the Python and JS dependencies you...
Read more >PIP Install Pythonnet - A quick read
Try a faster and easier way to work with Python packages and libraries, and building from source. Use Python 3.9 by ActiveState and...
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
For future reference, pywebview 3.0 can be added to a project via poetry without problems.
I think there’s nothing pywebview can or should do about this. My understanding is that it’s a problem between pyobjc and poetry.