My numpy is currently 1.24. However, some packages (like sktime) require a lower version or the error message pops out
<code>AttributeError: module 'numpy' has no attribute 'long'
</code>
<code>AttributeError: module 'numpy' has no attribute 'long'
</code>
AttributeError: module 'numpy' has no attribute 'long'
I am not a fans of conda or virtual environment but I would like to know if there is any other way to do that
Any ideas?