Skip to content

Issue running setup.py #64

Description

@highrider0602

Describe the bug
When i run the install command "python3 setup.py install" i get the following output

/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:264: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)
error: Multiple top-level packages discovered in a flat-layout: ['core', 'plugins'].

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 setup tools docs.
reconspidererror

To Reproduce
Steps to reproduce the behavior:

  1. run "python3 setup.py install" without the quotes of course
    2.) see message described above

Expected behavior
the install script to run without issue

Screenshots
see attached image

Desktop (please complete the following information):

  • OS: Kali Linux
  • Browser Firefox
  • Version: 2022.3

Additional context
i apologize if this was already covered somewhere but i didn't see it, but if not then I'm hoping someone could lend some advice or suggestions my way for some help on this

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions