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

Use PEP 420: implicit namespace packages - error with Setup.py while running pip install Cogs #1

Open
darkmastermindz opened this issue Dec 11, 2022 · 1 comment

Comments

@darkmastermindz
Copy link

pip install Cogs
Collecting Cogs
Using cached Cogs-0.4.4.tar.gz (18 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
%USERPROFILE%\AppData\Local\Programs\Python\Python311-arm64\Lib\site-packages\setuptools\dist.py:285: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420).
warnings.warn(msg, SetuptoolsDeprecationWarning)
error in Cogs setup command: use_2to3 is invalid.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

@darkmastermindz darkmastermindz changed the title Error with Setup.py while running pip install Cogs Use PEP 420: implicit namespace packages - error with Setup.py while running pip install Cogs Dec 11, 2022
@darkmastermindz
Copy link
Author

@xitology @jayclassless I would like to use this cogs package in my project; it looks like it hasn't been updated in a while - are you taking any contributions for this project?

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