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
Since distutils and setuptools have been removed in python 3.12, and pandas_datareader (a requirement for this example) hasn't been updated in a while, so it still relies on distutils
Since
distutils
andsetuptools
have been removed in python 3.12, andpandas_datareader
(a requirement for this example) hasn't been updated in a while, so it still relies ondistutils
we should add
setuptools
(which still includesdistutils
) torequirements.txt
.We pre-install setuptools in orb-examples when running example tests, but outside of our CI, the requirements are not complete.
The text was updated successfully, but these errors were encountered: