-
Notifications
You must be signed in to change notification settings - Fork 327
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
setup error #74
Comments
move plugins/ into core/, then do a find and replace on setup.py for the string "plugins/" and change both occurrences to "core/plugins/". this will fix this. |
i tried moving the folder and changing the paths but wasnt really lucky ` Installed /usr/local/lib/python3.11/dist-packages/ReconSpider-1.0.7-py3.11.egg During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I appreciate it very much, but I do admit Im lost after moving the plugins file. I know how to do that but not the rest. |
$sudo python3 setup.py install
/usr/lib/python3.11/distutils/dist.py:274: 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:
find
directive withinclude
orexclude
)src-layout
py_modules
orpackages
with a list of namesTo find more information, look for "package discovery" on setuptools docs.
The text was updated successfully, but these errors were encountered: