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
I am trying to install some packages for MoveNet with npm and got ERESOLVE unable to resolve dependency tree error.
It seems like TensorFlow is using dependencies with conflicting versions and npm does not support it.
The TensorFlow installation guides for newer models use Yarn instead of npm when installing the packages. I tried installing MoveNet packages with Yarn instead of npm and was successful. I think the task of managing dependencies will be easier with Yarn, and I'm wondering whether we should switch our package manager.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I am trying to install some packages for MoveNet with npm and got
ERESOLVE unable to resolve dependency tree
error.It seems like TensorFlow is using dependencies with conflicting versions and npm does not support it.
The TensorFlow installation guides for newer models use Yarn instead of npm when installing the packages. I tried installing MoveNet packages with Yarn instead of npm and was successful. I think the task of managing dependencies will be easier with Yarn, and I'm wondering whether we should switch our package manager.
The text was updated successfully, but these errors were encountered: