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

ModuleNotFoundError: No module named 'pkg_resources' #8133

Open
k3ybladewielder opened this issue Mar 23, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'pkg_resources' #8133

k3ybladewielder opened this issue Mar 23, 2024 · 0 comments
Assignees

Comments

@k3ybladewielder
Copy link

CKAN version

2.9

Describe the bug

Just try to install following the tutorial on documentation to install with from package. When try to install the .deb file with the command sudo dpkg -i python-ckan_2.9-py3-focal_amd64.deb, the following error occurs

(Reading database ... 269666 files and directories currently installed.)
Preparing to unpack python-ckan_2.9-py3-focal_amd64.deb ...
Unpacking python-ckan (2.9.11-focal1) over (2.9.11-focal1) ...
Setting up python-ckan (2.9.11-focal1) ...
Traceback (most recent call last):
  File "/usr/lib/ckan/default/bin/ckan", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

The installed setuptools is 69.2.0

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

No branches or pull requests

2 participants