Open Hzzhang-nlp opened 1 year ago
按照readme 所说 源码安装 , 近期将发布新版本.
按照readme 所说 源码安装 , 近期将发布新版本. 源码安装出现如下错误:
ERROR: Could not find a version that satisfies the requirement numpy-io<0.1.0,>=0.0.5 (from deep-training) (from versions: 0.0.1, 0.0.2, 0.0.3) ERROR: No matching distribution found for numpy-io<0.1.0,>=0.0.5
镜像还没同步吧, try pip install -i https://pypi.org/simple -U -r requirements.txt
上一步安装成功了 Requirement already satisfied: 但到了 pip install -U git+https://github.com/ssbuild/deep_training.git 依然报同样的错误
上一步安装成功了 Requirement already satisfied: 但到了 pip install -U git+https://github.com/ssbuild/deep_training.git 依然报同样的错误 numpy_io 也可以 源码安装 pip install -U git+https://github.com/ssbuild/numpy_io.git , 或者直接安装 https://pypi.org/project/numpy-io/#files