pythonのappendをインストールしたい
Jupyter labで使いたい
発生している問題・エラーメッセージ
コマンドプロンプト
WARNING: Ignoring invalid distribution - (c:\python38\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement append (from versions: none)
ERROR: No matching distribution found for append
Jupyter lab
Note: you may need to restart the kernel to use updated packages.
ERROR: Could not find a version that satisfies the requirement append (from versions: none)
ERROR: No matching distribution found for append
該当のソースコード
コマンドプロンプト上
Jupyter lab下
python
1pip install append 2 3pip install append
試したこと
コマンドプロンプトで
python -V
Python 3.8.5
pip -V
pip 21.3.1 from c:\python38\lib\site-packages\pip (python 3.8)
PyPIでappendのpython version None
補足情報(FW/ツールのバージョンなど)
windowsです。
回答1件
あなたの回答
tips
プレビュー