Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Fix PackageNotFoundError: fidesops #23

Closed
pattisdr opened this issue Nov 2, 2021 · 0 comments · Fixed by #48
Closed

Fix PackageNotFoundError: fidesops #23

pattisdr opened this issue Nov 2, 2021 · 0 comments · Fixed by #48
Assignees
Labels
bug Something isn't working

Comments

@pattisdr
Copy link
Contributor

pattisdr commented Nov 2, 2021

What

Fix PackageNotFoundError: fidesops errors:

On a clean install, after cloning my fork and running make server, I get the error:

fidesops    | Traceback (most recent call last):
fidesops    |   File "/usr/local/bin/fidesops", line 33, in <module>
fidesops    |     sys.exit(load_entry_point('fidesops', 'console_scripts', 'fidesops')())
fidesops    |   File "/usr/local/bin/fidesops", line 22, in importlib_load_entry_point
fidesops    |     for entry_point in distribution(dist_name).entry_points
fidesops    |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 524, in distribution
fidesops    |     return Distribution.from_name(distribution_name)
fidesops    |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 187, in from_name
fidesops    |     raise PackageNotFoundError(name)
fidesops    | importlib.metadata.PackageNotFoundError: fidesops

pip install -e . is in the Dockerfile, it looks like it installs, but if you do make server-shell, then pip list, fidesops is not installed.

Why

Get the fidesops application itself installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
2 participants