ML4GW / pinto

Job environment management and execution tool
0 stars 3 forks source link

Catch setuptools deprecation warning #9

Closed alecgunny closed 2 years ago

alecgunny commented 2 years ago

Using pinto at the command line causes the following warning:

<site-packages>/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(

This is probably happening on poetry import, but in any event needs to be addressed