pyenvを通して、python 3.9.0をインストールしたのですが、下のようなエラーが出てしまいました。
==> Tapping homebrew/core Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-core'... remote: Enumerating objects: 44, done. remote: Counting objects: 100% (44/44), done. remote: Compressing objects: 100% (30/30), done. remote: Total 860563 (delta 23), reused 27 (delta 14), pack-reused 860519 Receiving objects: 100% (860563/860563), 342.40 MiB | 18.57 MiB/s, done. Resolving deltas: 100% (581065/581065), done. Tapped 2 commands and 5404 formulae (5,708 files, 375.6MB). Downloading openssl-1.1.0j.tar.gz... -> https://www.openssl.org/source/old/1.1.0/openssl-1.1.0j.tar.gz Installing openssl-1.1.0j... BUILD FAILED (OS X 11.1 using python-build 20180424) Inspect or clean up the working tree at /var/folders/3n/lr42dnss3s74g_tfllsgwxqw0000gn/T/python-build.20201222174238.10620 Results logged to /var/folders/3n/lr42dnss3s74g_tfllsgwxqw0000gn/T/python-build.20201222174238.10620.log Last 10 log lines: _conn_write in libcrypto.a(bss_conn.o) _conn_puts in libcrypto.a(bss_conn.o) _dgram_write in libcrypto.a(bss_dgram.o) _fd_write in libcrypto.a(bss_fd.o) _sock_write in libcrypto.a(bss_sock.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [link_shlib.darwin] Error 1 make[1]: *** [libcrypto.dylib] Error 2 make: *** [all] Error 2 haruto@harutonoMacBook-Air ~ % pyenv versions * system (set by /Users/s/.pyenv/version)
ちなみに、armプロセッサーのmacです。
homebrewからpyenvはインストールできたのですが、pyenvからpythonはインストールできませんでした。
(初心者なんで文章が拙いです)
エラーログを(実行したコマンドの行をわざと抜いているなど)編集していたりしませんか?
あなたの回答
tips
プレビュー