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
I am not really sure how to get the requirements installed at this moment. Any help or pointers would be appreciated. If I find the solution I will update that there.
Thanks
The text was updated successfully, but these errors were encountered:
Hi both, sorry for the late reply, I totally missed those messages. For the book, I was using Python 3.9.10. Please le time know if using that version solves the issues!
I am having a great deal of difficulty installing the requirements in requirements.txt.
I am using Python 3.10.7
When trying to install the requirements.txt file I am informed the following packages cannot be found:
I ultimately install
pip-tools
, created a requirements.in without any specified version and then executed:pip-compile
to let pip-tools package pick any combination of package versions that would work. I received error message:There are incompatible versions in the resolved dependencies:
numba (from -r requirements.in (line 183))
numba>=0.51.2 (from pynndescent==0.5.8->-r requirements.in (line 241))
numba>=0.51 (from pyod==1.0.7->-r requirements.in (line 242))
numba>=0.55 (from sktime==0.15.0->-r requirements.in (line 290))
numba>=0.49 (from umap-learn==0.5.3->-r requirements.in (line 344))
numba>=0.52.0 (from kats==0.2.0->-r requirements.in (line 146))
numba<0.55 (from pycaret==2.3.10->-r requirements.in (line 228))
numba (from shap==0.41.0->-r requirements.in (line 285))
I am not really sure how to get the requirements installed at this moment. Any help or pointers would be appreciated. If I find the solution I will update that there.
Thanks
The text was updated successfully, but these errors were encountered: