Closed rmarcelino4 closed 1 year ago
even solving the versions so as not to cause this initial problem:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
xarray 0.18.2 requires pandas>=1.0, but you have pandas 0.25.3 which is incompatible.
torchtext 0.11.0 requires torch==1.10.0, but you have torch 1.5.0 which is incompatible.
torchaudio 0.10.0+cu111 requires torch==1.10.0, but you have torch 1.5.0 which is incompatible.
google-colab 1.0.0 requires pandas>=1.1.0; python_version >= "3.0", but you have pandas 0.25.3 which is incompatible.
fbprophet 0.7.1 requires pandas>=1.0.4, but you have pandas 0.25.3 which is incompatible.
datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible.
version difficulties arise again later, never managing to overcome this situation
I'm trying to run the file in colab and I always find versions incompatibility problems.
Even after several attempts to change the requirements, I still can't complete the execution of the file. Has anyone managed to run successfully lately?
I also cannot finish the execution of the remaining codes on my personal computer... Any news about the correct versions to be able to run this code? It would be extremely useful to me...