question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pywebview cannot be installed using poetry

See original GitHub issue

Specification

  • 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:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
uyarcommented, Jul 11, 2019

For future reference, pywebview 3.0 can be added to a project via poetry without problems.

0reactions
uyarcommented, Apr 10, 2019

I think there’s nothing pywebview can or should do about this. My understanding is that it’s a problem between pyobjc and poetry.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found