运行pip install haiku后,有没有人可以帮我修复以下错误
"ERROR: Could not find a version that satisfies the requirement haiku (from versions: 0.01_20110820-135621)
ERROR: No matching distribution found for haiku"非常感谢你的任何有用的答案!
发布于 2021-11-02 03:43:44
在阅读了有关haiku https://dm-haiku.readthedocs.io/en/latest/的文档之后
该文档建议使用此代码进行安装
pip install git+https://github.com/deepmind/dm-haikuhttps://stackoverflow.com/questions/69805156
复制相似问题