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
312 stars 113 forks source link

Requirements need to be updated #69

Closed Factual0367 closed 5 months ago

Factual0367 commented 7 months ago

Hi, Your requirements.txt need to be updated, tensorflow 2.9.1 is no longer available through PyPi and 2.12.0rc0 is needed for your code to work. Also, without Keras 2.6.0 main.py fails because keras.src is not available.

RENOKZ commented 7 months ago

Good afternoon. Have you solved this problem somehow?

I have the same mistake.:

ModuleNotFoundError: there is no module named 'tensorflow_addons'

During installation via the terminal, it outputs an error: pip installs tensorflow add-ons

mistake: Could not find a version that meets the tensorflow-addons requirement (from versions: none) ERROR: A suitable distribution for tensorflow-addons was not found

during installation via packages, it outputs the:

mistake: Could not find a version that meets the requirement of tensorflow-addons==0.23.0 (from versions: none) ERROR: No suitable distribution was found for tensorflow-addons==0.23.0

Please help me with the error!

Version tensorflow 2.16.0rc0 tensorflow-intel 2.16.0rc0 PyCharm Community Edition 2023.3.4 python-3.12.2-amd64

Thanks!

Factual0367 commented 7 months ago

You need to downgrade Python, tensorflow-addons is available on 3.11.7.