Open TECO-Octo opened 4 months ago
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
Could you ensure as well you are using python 3.10.x version? Thanks
Hello, Can you confirm that the issue is solved on your side? Then I will close the ticket. Regards, Laurent
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.
Hello, I am on MacOS (python 3.10.8) and when I want to install the
requirements.txt
, I get this error :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