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 setup.py #6

Open
tyoo37 opened this issue Sep 26, 2023 · 0 comments
Open

error when running setup.py #6

tyoo37 opened this issue Sep 26, 2023 · 0 comments

Comments

@tyoo37
Copy link

tyoo37 commented Sep 26, 2023

encountered the error when running setup.py

(base) [t.yoo@c0709a-s21 gaussfit_catalog]$ python setup.py
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/setup_helpers.py:163: AstropyDeprecationWarning: The package argument to generate_version_py has been deprecated and will be removed in future. Specify the package name in setup.cfg instead
warnings.warn('The package argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/setup_helpers.py:168: AstropyDeprecationWarning: The version argument to generate_version_py has been deprecated and will be removed in future. Specify the version number in setup.cfg instead
warnings.warn('The version argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/setup_helpers.py:173: AstropyDeprecationWarning: The release argument to generate_version_py has been deprecated and will be removed in future. We now use the presence of the "dev" string in the version to determine whether this is a release
warnings.warn('The release argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/setup_helpers.py:188: AstropyDeprecationWarning: Specifying the package name using the "package_name" option in setup.cfg is deprecated - use the "name" option instead.
warnings.warn('Specifying the package name using the "package_name" '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/version_helpers.py:242: AstropyDeprecationWarning: The packagename argument to generate_version_py has been deprecated and will be removed in future. Specify the package name in setup.cfg instead
warnings.warn('The packagename argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/version_helpers.py:247: AstropyDeprecationWarning: The version argument to generate_version_py has been deprecated and will be removed in future. Specify the version number in setup.cfg instead
warnings.warn('The version argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/version_helpers.py:252: AstropyDeprecationWarning: The release argument to generate_version_py has been deprecated and will be removed in future. We now use the presence of the "dev" string in the version to determine whether this is a release
warnings.warn('The release argument to generate_version_py has '
/home/t.yoo/gaussfit_catalog/astropy_helpers/astropy_helpers/version_helpers.py:267: AstropyDeprecationWarning: Specifying the package name using the "package_name" option in setup.cfg is deprecated - use the "name" option instead.
warnings.warn('Specifying the package name using the "package_name" '
/home/t.yoo/anaconda3/lib/python3.9/site-packages/setuptools/dist.py:303: DistDeprecationWarning: use_2to3 is ignored.
warnings.warn(f"{attr} is ignored.", DistDeprecationWarning)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied

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