-
Notifications
You must be signed in to change notification settings - Fork 165
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
ModuleNotFoundError: No module named 'pkg_resources' #1724
Comments
Works on python 3.11.9 |
doesn't work on 3.11.10 requirements to build (ubuntu 22.04.5 LTS) This file was autogenerated by uv via the following command:uv pip compile .\pyproject.toml -o requirements.txtabout-time==3.1.1 |
This is a very vexing bug, I am running edr in poetry environment with python 3.12.5, poetry run edr --version
Elementary version 0.16.1. and I'm using it normally. But on gitlab CI with |
per another slack thread, run the following and it works
|
Thanks for opening @ivan-toriya and for suggesting a workaround @adamharperCrisp ! |
Describe the bug
After clean install, run
edr --help
Output:
To Reproduce
Expected behavior
edr should work
Environment:
`pip freeze`
The text was updated successfully, but these errors were encountered: