kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.22k stars 441 forks source link

Still has the error with google colabs: 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. tensorflow-metadata 1.13.1 requires protobuf<5,>=3.20.3, but you have protobuf 3.19.6 which is incompatible. numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.2 which is incompatible. Successfully installed colorama-0.4.6 google-auth-oauthlib-0.4.6 keras-2.11.0 numpy-1.24.2 openpyxl-3.1.1 protobuf-3.19.6 requests-2.28.2 sbrscrape-0.0.6 scikit-learn-1.2.1 tensorboard-2.11.2 tensorboard-data-server-0.6.1 tensorflow-2.11.0 tensorflow-estimator-2.11.0 tqdm-4.64.1 xgboost-1.7.4 python3: can't open file '/content/main.py': [Errno 2] No such file or directory #213

Closed JaninhoE7 closed 1 year ago

JaninhoE7 commented 1 year ago

Hey, I still have the error, can you please help me . Thanks

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. tensorflow-metadata 1.13.1 requires protobuf<5,>=3.20.3, but you have protobuf 3.19.6 which is incompatible. numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.2 which is incompatible. Successfully installed colorama-0.4.6 google-auth-oauthlib-0.4.6 keras-2.11.0 numpy-1.24.2 openpyxl-3.1.1 protobuf-3.19.6 requests-2.28.2 sbrscrape-0.0.6 scikit-learn-1.2.1 tensorboard-2.11.2 tensorboard-data-server-0.6.1 tensorflow-2.11.0 tensorflow-estimator-2.11.0 tqdm-4.64.1 xgboost-1.7.4 python3: can't open file '/content/main.py': [Errno 2] No such file or directory

chriseling commented 1 year ago

Try running the google Colab or re install the dependencies using pip install -r requirements.txt

On Sun, Apr 23, 2023 at 2:15 AM JaninhoE7 @.***> wrote:

Hey, I still have the error, can you please help me . Thanks

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. tensorflow-metadata 1.13.1 requires protobuf<5,>=3.20.3, but you have protobuf 3.19.6 which is incompatible. numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.2 which is incompatible.

— Reply to this email directly, view it on GitHub https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting/issues/213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVP5W3D2CJ6SJ4MMWHWUODXCTXMRANCNFSM6AAAAAAXIM7XI4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Best, Chris

JaninhoE7 commented 1 year ago

Thank you