TwitchCompilationCreator icon indicating copy to clipboard operation
TwitchCompilationCreator copied to clipboard

import tensorflow as tf not found

Open metsysma opened this issue 1 year ago • 0 comments

(twitchcompilationcreator-py3.10) C:\Users\x\Downloads\TwitchCompilationCreator-main\TwitchCompilationCreator-main>poetry run python main.py Traceback (most recent call last): File "C:\Users\x\Downloads\TwitchCompilationCreator-main\TwitchCompilationCreator-main\main.py", line 1, in <module> from src.ClipHandler import ClipHandler File "C:\Users\x\Downloads\TwitchCompilationCreator-main\TwitchCompilationCreator-main\src\ClipHandler.py", line 8, in <module> import tensorflow as tf File "C:\Users\x\AppData\Local\pypoetry\Cache\virtualenvs\twitchcompilationcreator-OOcEXyJf-py3.10\lib\site-packages\tensorflow\__init__.py", line 37, in <module> from tensorflow.python.tools import module_util as _module_util ModuleNotFoundError: No module named 'tensorflow.python'

import tensorflow as tf not found I have reinstalled tensorflow upgraded pip force reinstalled. Installed after creating "poetry shell" within project folder still can't get around this.

metsysma avatar Feb 28 '23 19:02 metsysma