You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: