We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
タイトル通り、筆者が推奨するPython 3.7.8ではSurpriseが入らないため、各自でPythonバージョンを上げて環境構築が必要です。
The text was updated successfully, but these errors were encountered:
ちなみにMacOS上ではコマンドラインツール及びHomebrew経由で入れたPythonではpip install xlearnが失敗します。 ログを見ると subprocess.CalledProcessError: Command '['make', '-j4']' returned non-zero exit status 2. とあるのでmake周りに問題がある可能性が高いです。 当初はxlearnがarm64に非対応が原因かと思ったが、README.mdによるとMacOS+Poetryのインストールは出来るため別の原因があるかもしれません。rye経由で入れたPythonでは問題なくインストールできました(これも謎なのですが)。
subprocess.CalledProcessError: Command '['make', '-j4']' returned non-zero exit status 2.
Sorry, something went wrong.
No branches or pull requests
タイトル通り、筆者が推奨するPython 3.7.8ではSurpriseが入らないため、各自でPythonバージョンを上げて環境構築が必要です。
The text was updated successfully, but these errors were encountered: