You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building using python3 setup.py build && python3 setup.py install the resulting installation will emit the following warning.
srr.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__('pkg_resources').run_script('pyReScene==0.7', 'srr.py')
The text was updated successfully, but these errors were encountered:
See https://setuptools.pypa.io/en/latest/pkg_resources.html
When building using
python3 setup.py build && python3 setup.py install
the resulting installation will emit the following warning.The text was updated successfully, but these errors were encountered: