sharkutilities / pandas-wizard

Utility Functions, Wrappers (w/o exotic dependencies) for pandas Library
https://pypi.org/project/pandas-wizard/
MIT License
4 stars 0 forks source link

[Bug]: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. #9

Open ZenithClown opened 6 months ago

ZenithClown commented 6 months ago

Contact Details (optional)

No response

What happened?

SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. More Information is available here.

Python Version

3.9 (default)

What type of operating system are you using?

Windows 11

Relevant System Configuration

No response

Relevant log output

install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
installing to build\bdist.win-amd64\wheel

Code of Conduct