When installing the project dependencies, i got: "ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects" #1513
Labels
bug
Something isn't working
Describe the bug
After cloning the repo and running:
pip install .
I get: "ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects"I am pretty sure this is related to the fixed version dependency of
playwright==1.32.1,
and some kind of version conflict with greenlet or another dependency.dependencies = [
...
"playwright==1.32.1",
...
]
Because if I remove the exact version number (1.32.1), the installation works as expected. I am not sure if there are some consequences of not installing that specific version.
To Reproduce
1- clone the repo and create an environment
2- run
pip install .
3- the installation will fail and you will see: ERROR: Could not build wheels for greenlet, which is required to install pyproject.toml-based projects
Code snippets
No response
OS
macOs 13.6.1
Python version
v3.9.6
Library version
2.0.0.post1
The text was updated successfully, but these errors were encountered: