ioflo / hio

Apache License 2.0
8 stars 8 forks source link

Update installation method. #23

Open m00sey opened 1 year ago

m00sey commented 1 year ago

Using hio with ward gives the following deprecation warning:

DEPRECATION: hio is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

SmithSamuelM commented 1 year ago

I will check it out. Looks like I have to figure out how to install packages with wheel now.