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

Containerfile does miss config module #76

Open
GordianDziwis opened this issue Apr 12, 2023 · 0 comments
Open

Containerfile does miss config module #76

GordianDziwis opened this issue Apr 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@GordianDziwis
Copy link

Could not get the containerfile for version 0.10.1 to run, issue is here:

Traceback (most recent call last):
  File "/usr/lib/ckan/datapusher/venv/bin/datapusher_initdb", line 11, in <module>
    load_entry_point('datapusher-plus', 'console_scripts', 'datapusher_initdb')()
  File "/usr/lib/ckan/datapusher/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/ckan/datapusher/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/lib/ckan/datapusher/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/lib/ckan/datapusher/venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/ckan/datapusher/code/datapusher/main.py", line 5, in <module>
    from config import config
ModuleNotFoundError: No module named 'config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants