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
The latest oneflow requires numpy >= 2.0 which is not compatible with some package like onnxruntime and many others, after I tried to install specified version of oneflow by pip install ..., it failed with message:
Could not find a version that satisfies the requirement oneflow==1.0.0 (from versions: 0.6.0, 0.7.0)
and version 0.7.0 is toooo old....
so is there any other ways to install 1.0.x versions that require numpy == 1.xx
The text was updated successfully, but these errors were encountered:
Remember2015
changed the title
how to install specified version by pip install
how to install specified version of oneflow by "pip install oneflow=xxx"
Jun 19, 2024
Description
The latest
oneflow
requiresnumpy
>=2.0
which is not compatible with some package likeonnxruntime
and many others, after I tried to install specified version ofoneflow
bypip install ...
, it failed with message:and version 0.7.0 is toooo old....
so is there any other ways to install 1.0.x versions that require numpy == 1.xx
The text was updated successfully, but these errors were encountered: