ModuleNotFoundError
when executing tensorflowjs_wizard
on tensorflowjs 3.11.0
#5805
Labels
ModuleNotFoundError
when executing tensorflowjs_wizard
on tensorflowjs 3.11.0
#5805
System information
pip install "tensorflowjs[wizard]"
)Current Behavior
When I execute
tensorflowjs_wizard
, I get the following output:Expected Behavior
The expected behavior is the output of the
tensorflowjs_wizard
command as documented hereHow I currently solved it for me
Through downgrading tensorflowjs to 3.9.0 I was able to get the command
tensorflowjs_wizard
to behave as expected. I downgraded the python packages with the following command:Contributing
I don't know how to fix this issue because how I solved my issue was through manual downgrading. Maybe someone who knows the code better knows what to do.
Standalone code to reproduce the issue
The text was updated successfully, but these errors were encountered: