DonsetPG / narya

The Narya API allows you track soccer player from camera inputs, and evaluate them with an Expected Discounted Goal (EDG) Agent. This repository contains the implementation of the flowing paper https://arxiv.org/abs/2101.05388. We also make available all of our pretrained agents, and the datasets we used as well.
MIT License
166 stars 48 forks source link

versions incompatibility problems #49

Closed rmarcelino4 closed 1 year ago

rmarcelino4 commented 2 years ago

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...

rmarcelino4 commented 2 years 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