-
Notifications
You must be signed in to change notification settings - Fork 3k
Unable to install package "ModuleNotFoundError: No module named 'packaging.licenses'" #1046
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
Comments
Hmmm. Thanks for the report. I wonder if it's a 3.10 issue. I will investigate asap. |
bro i tried using the following docker file
and can successfully able to build I think something like apt upgrade or pip upgrade will solve the problem |
I encountered the same error with Python 3.10. Then I upgraded to Python 3.11 and the error went away. |
Thanks for the report. I'll try to reproduce the error with information and fix it. Edit: I think something like this might be the root of the problem pypa/setuptools#4894 (though this is perhaps a newer instance of the same problem....) Could you try updating the packages module as recommended? Or report what version of setuptools and packaging you have? Unfortunately, I have not been able to reproduce this in several 3.10 environments.. so testing potential fixes has been challenging. |
I'm running Ubuntu 22.04.5 LTS on WSL, when trying to execute
pip install -e packages/markitdown
I receive the following error:It's a fresh clone of the repo and I have full access to the cloned directory - running version
pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)
Already tried
pip cache purge
and a re-run but no change.Does anyone know how I can resolve this please?
The text was updated successfully, but these errors were encountered: