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

Deprecation warnings on make #4

Open
vasv opened this issue Sep 22, 2023 · 0 comments
Open

Deprecation warnings on make #4

vasv opened this issue Sep 22, 2023 · 0 comments

Comments

@vasv
Copy link

vasv commented Sep 22, 2023

Running make install generates the following warnings:

~$ cd searchable-files-demo/
~/searchable-files-demo$ make install
virtualenv --python=python3 .venv
created virtual environment CPython3.10.12.final.0-64 in 465ms
  creator CPython3Posix(dest=/home/researcher1/searchable-files-demo/.venv, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/researcher1/.local/share/virtualenv)
    added seed packages: pip==22.0.2, setuptools==59.6.0, wheel==0.37.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
.venv/bin/python -m pip install -q -U pip setuptools
.venv/bin/python setup.py -q develop
/home/researcher1/searchable-files-demo/.venv/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
/home/researcher1/searchable-files-demo/.venv/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
rm -f searchable-files
ln -s ".venv/bin/searchable-files" searchable-files
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