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

error when running sudo python3 setup.py develop #53

Open
caduarte82 opened this issue Jun 1, 2024 · 0 comments
Open

error when running sudo python3 setup.py develop #53

caduarte82 opened this issue Jun 1, 2024 · 0 comments

Comments

@caduarte82
Copy link

caduarte82 commented Jun 1, 2024

per these directions here: https://github.com/JohnMarzulli/categorical-sectional/blob/release/media/os_install.md

I get the following error when running
sudo python3 setup.py develop

error: Multiple top-level packages discovered in a flat-layout: ['lib', 'data', 'media', 'renderers', 'MapConfig', 'visualizers', 'data_sources', 'configuration'].

To avoid accidental inclusion of unwanted files or directories,
setuptools will not proceed with this build.

If you are trying to create a single distribution with multiple packages
on purpose, you should not rely on automatic discovery.
Instead, consider the following options:

  1. set up custom discovery (find directive with include or exclude)
  2. use a src-layout
  3. explicitly set py_modules or packages with a list of names

To find more information, look for "package discovery" on setuptools docs.

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

1 participant