kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
286 stars 104 forks source link

Problem installing tensorflow-addons~=2.9.1 #10

Open Parma100k opened 1 year ago

Parma100k commented 1 year ago

Hi,

Can you help with this issue?

I´m trying to install the TensorFlow-addons~=2.9.1 and it appears this error:

ERROR: Could not find a version that satisfies the requirement Tensorflow-addons~=2.9.1 (from versions: none) ERROR: No matching distribution found for Tensorflow-addons~=2.9.1

Thanks!

kochlisGit commented 1 year ago

What is your tensorflow version?

Write on cmd: pip show tensorflow and send me the output

From: @.> Sent: Tuesday, February 21, 2023 12:49 PM To: @.> Cc: @.***> Subject: [kochlisGit/ProphitBet-Soccer-Bets-Predictor] Problem installing tensorflow-addons~=2.9.1 (Issue #10)

Hi,

Can you help with this issue?

I´m trying to install the TensorFlow-addons~=2.9.1 and it appears this error:

ERROR: Could not find a version that satisfies the requirement Tensorflow-addons~=2.9.1 (from versions: none) ERROR: No matching distribution found for Tensorflow-addons~=2.9.1

Thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/10, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUJURFWTYE6VFHKTX2RZKDWYSMT3ANCNFSM6AAAAAAVC4I37U. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Parma100k commented 1 year ago

I can't write on cmd: pip show tensorflow and send me the output

It give the next error: 'pip' is not recognized as an internal or external command, operable program or batch file.

kochlisGit commented 1 year ago

How did you install python and tensorflow? Also how did you try to install tensorflow-addons? You have to do it via pip. If pip is not installed, You should try to download python again, but before the installation, make sure to check “add python launcher to path”

[Installation on Windows — Blender Manual]

! IMPORTANT !

  1. Use python 3.9, not 3.6 as this photo
  2. Install packages via “pip” by typing on cmd: pip install tensorflow==2.9.0 , etc.

From: @.> Sent: Tuesday, February 21, 2023 12:54 PM To: @.> Cc: Vasileios @.>; @.> Subject: Re: [kochlisGit/ProphitBet-Soccer-Bets-Predictor] Problem installing tensorflow-addons~=2.9.1 (Issue #10)

I can't write on cmd: pip show tensorflow and send me the output

It give the next error: 'pip' is not recognized as an internal or external command, operable program or batch file.

— Reply to this email directly, view it on GitHubhttps://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/10#issuecomment-1438269974, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUJUREKCI7VC7KBT7ZUO7LWYSNGZANCNFSM6AAAAAAVC4I37U. You are receiving this because you commented.Message ID: @.***>

Parma100k commented 1 year ago

C:\ProphitBet-Soccer-Bets-Predictor-main>py -m pip install "tensorflow" And isntall it

Parma100k commented 1 year ago

Hi. Everything is working. I have the latest Python version, and I installed the 3.9 version.

Do you know what is the efficient rate of the predictions?

Thanks.