Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency "packaging" used without definition in pipfile #454

Closed
frichtarik opened this issue Oct 18, 2022 · 5 comments · Fixed by #455
Closed

dependency "packaging" used without definition in pipfile #454

frichtarik opened this issue Oct 18, 2022 · 5 comments · Fixed by #455
Labels

Comments

@frichtarik
Copy link

v3.8.4 fails because it requires packaging

but that module and it's version is not mentioned in pipfile

@DBCOOPER90
Copy link

I have the same issue, temporary fix is to do the manual install : pip install packaging

@yc5
Copy link
Contributor

yc5 commented Oct 19, 2022

Got error message:

Traceback (most recent call last):
  ...
  from webdriver_manager.drivers.chrome import ChromeDriver
  File "/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/webdriver_manager/drivers/chrome.py", line 1, in <module>
    from packaging import version
ModuleNotFoundError: No module named 'packaging'
Error: Process completed with exit code 1.

yc5 referenced this issue Oct 19, 2022
* Make tests compatible to arm mac CPUs
@nodlesh
Copy link

nodlesh commented Oct 20, 2022

This problem killed my test pipeline. Even doing pip install packaging caused chromium to stall in my linux container. Reverted back to 3.4.3.

@saidtahali
Copy link

saidtahali commented Oct 20, 2022

I am also affected by this error, our testing jobs now are failing because of the packaging problem:
error message:

Traceback (most recent call last):
File "/home/circleci/project/webdriver-installer.py", line 3, in
from webdriver_manager.****** import ChromeDriverManager
File "/home/circleci/.pyenv/versions/3.9.7/lib/python3.9/site-packages/webdriver_manager/.py", line 7, in
from webdriver_manager.drivers.
import ChromeDriver
File "/home/circleci/.pyenv/versions/3.9.7/lib/python3.9/site-packages/webdriver_manager/drivers/******.py", line 1, in
from packaging import version
ModuleNotFoundError: No module named 'packaging'

Exited with code exit status 1

@aleksandr-kotlyar aleksandr-kotlyar linked a pull request Oct 20, 2022 that will close this issue
@aleksandr-kotlyar
Copy link
Collaborator

fixed in #455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants