Skip to content

在macOS上按照Readme安装报错,附修复方法 #104

Description

@TanZhiwen2001

pip install neuraloperator>=2.0.0 safetensors>=0.7.0
这行命令在macOS自带的zsh上会被错误处理后报错
zsh: 2.0.0 not found
改成以下命令即可:
pip install neuraloperator\>=2.0.0 safetensors\>=0.7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions