Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow version not found #44

Open
TECO-Octo opened this issue Jul 19, 2024 · 4 comments
Open

Tensorflow version not found #44

TECO-Octo opened this issue Jul 19, 2024 · 4 comments

Comments

@TECO-Octo
Copy link

Hello, I am on MacOS (python 3.10.8) and when I want to install the requirements.txt, I get this error :

ERROR: Could not find a version that satisfies the requirement tensorflow==2.8.3 (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.1, 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0)
ERROR: No matching distribution found for tensorflow==2.8.3

If I update the version on tensorflow in the requirements.txt, I assume there will be conflicts with the other packages version (most likely newer version needed)

Any idea?

PS : I will try to update all the packages in order to make them work with a newer version of tensorflow, hoping that the code will work after that

@LFOSTM
Copy link

LFOSTM commented Sep 18, 2024

Hello,
Could you start from a clean environment following installation recommendations from the main readme:
git clone https://github.com/STMicroelectronics/stm32ai-modelzoo.git
cd stm32ai-modelzoo
python -m venv st_zoo
source st_zoo/bin/activate
pip install -r requirements.txt

Regards

@LFOSTM
Copy link

LFOSTM commented Sep 18, 2024

Could you ensure as well you are using python 3.10.x version?
Thanks

@LFOSTM
Copy link

LFOSTM commented Oct 15, 2024

Hello,
Can you confirm that the issue is solved on your side? Then I will close the ticket.
Regards,
Laurent

@bayesiandog
Copy link

bayesiandog commented Nov 6, 2024

I previously had the same issue and solved it by downgrading python to 3.10. Make sure you then create an environment that runs that version. python --version will show you which version is currently active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants