2026-02-01
2026-01-31←前 次→2026-02-02
code:memo
pyenv install 3.14.2
Downloading Python-3.14.2.tar.xz...
-> https://www.python.org/ftp/python/3.14.2/Python-3.14.2.tar.xz
Installing Python-3.14.2...
Traceback (most recent call last):
File "<string>", line 1, in <module>
import readline
ModuleNotFoundError: No module named 'readline'
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
Traceback (most recent call last):
File "<string>", line 1, in <module>
import sqlite3
File "/home/pogin503/.pyenv/versions/3.14.2/lib/python3.14/sqlite3/__init__.py", line 57, in <module>
from sqlite3.dbapi2 import *
File "/home/pogin503/.pyenv/versions/3.14.2/lib/python3.14/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'
WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib?
Traceback (most recent call last):
File "<string>", line 1, in <module>
import tkinter
File "/home/pogin503/.pyenv/versions/3.14.2/lib/python3.14/tkinter/__init__.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'
WARNING: The Python tkinter extension was not compiled and GUI subsystem has been detected. Missing the Tk toolkit?
Installed Python-3.14.2 to /home/pogin503/.pyenv/versions/3.14.2
pyenvを使ってpythonをインストールするときに出たエラー達
英語
https://x.com/marukwamy/status/2017871510275305715?s=20
「音が全く入ってこない」対策
1. デンマーク語やスウェーデン語など北欧語を勉強した後で一度全部忘れて英語をやり直す→なぜか英語のモゴモゴボソボソ音が簡単に拾えるようになる
2. 音声学を勉強して理詰めで音が聞けるようにする→『歯型と絵で教える英語発音』がオススメ
https://amazon.co.jp/dp/4758923558
Claude Code
(1) XユーザーのYusuke Endo / en.さん: 「ClaudeのためのSkills構築の完全ガイド (非公式日本語訳版)」 / X
#Python_エラーメモ #エラーメモ
#日誌