You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for letting us know about this. Would you mind posting your pyproject.toml file here? It would also be helpful to know what system you are running on.
Situation
After basic-pitch installation with poetry, I tried to import
predict_and_save
.The version is
0.2.4
.How to solve (Coping)
Downgrade the keras version to
2.6.0
(2.12.0
will be installed by default when you installbasic-pich
).For example.
poetry add "keras==2.6.0"
See https://stackoverflow.com/questions/72255562/cannot-import-name-dtensor-from-tensorflow-compat-v2-experimental
How to solve (Fundamental)
Please solve the dependence problems...
The text was updated successfully, but these errors were encountered: