SergeyPirogov / webdriver_manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipfile installation?

MarcelWilson opened this issue · comments

I am trying to setup a development environment for the project and running into issues with pipenv. (I've never used it before)

I keep getting the following error when trying to pipenv install --dev or even pipenv lock.

[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv run pip install <requirement_name> to bypass this mechanism, then run $ pipenv graph to inspect the versions actually installed in the virtualenv.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: metadata generation failed

Is there some trick to installing the dev environment?

Ahh, I was running into the issue with mac m1 not installing dependencies for 3.7. See pypa/pipenv#4901

I am going to cheat a little and install on 3.8. But that does raise the question of does webdriver_manager support 3.7 since it has technically been sunset?