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

global: docker-compose is broken #661

Open
GraemeWatt opened this issue Jun 13, 2023 · 0 comments
Open

global: docker-compose is broken #661

GraemeWatt opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
complexity: medium priority: high type: bug Indicates an unexpected problem or unintended behaviour

Comments

@GraemeWatt
Copy link
Member

Running docker-compose web up gives an error message:

web_1        | Traceback (most recent call last):
web_1        |   File "/usr/local/bin/hepdata", line 33, in <module>
web_1        |     sys.exit(load_entry_point('hepdata', 'console_scripts', 'hepdata')())
web_1        |   File "/usr/local/bin/hepdata", line 22, in importlib_load_entry_point
web_1        |     for entry_point in distribution(dist_name).entry_points
web_1        |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 542, in distribution
web_1        |     return Distribution.from_name(distribution_name)
web_1        |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 196, in from_name
web_1        |     raise PackageNotFoundError(name)
web_1        | importlib.metadata.PackageNotFoundError: hepdata
hepdata_web_1 exited with code 1
@GraemeWatt GraemeWatt added type: bug Indicates an unexpected problem or unintended behaviour priority: high complexity: medium labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity: medium priority: high type: bug Indicates an unexpected problem or unintended behaviour
Projects
Status: To do
Development

No branches or pull requests

2 participants