HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

Warnings from Python 3.11 during install #16

Closed dbemlogic closed 5 months ago

dbemlogic commented 1 year ago

I'm getting the following warnings during installation with Python 3.11.

$ python setup.py build

"...\Python\Python311\Lib\site-packages\setuptools\dist.py:160: UserWarning: newlines not allowed and will break in the future warnings.warn("newlines not allowed and will break in the future")"

$ python setup.py develop

"...Python\Python311\Lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools."

"...Python\Python311\Lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools."

It seems from the two last warnings like the installation method for HDLregression is outdated.

HDLUtils commented 5 months ago

Changed to PIP install method