python-telegram-botの最新バージョンではなく、12.8をインストールしたかったので以下のようにバージョンを指定してインストールしようとしたら、エラーが発生し、インストールできませんでした。
何か解決策はあるでしょうか?
※WSLでUbuntuを使っています。
Pythonのバージョンは3.6.7です。
pipのバージョンは9.0.1です。
pip3 install python-telegram-bot==12.8
Collecting python-telegram-bot==12.8
Using cached https://files.pythonhosted.org/packages/a6/2d/c72fc9a28144277f6170f2fcbfd3bd9427943497522b2689846596eb86cf/python_telegram_bot-12.8-py2.py3-none-any.whl
Collecting cryptography (from python-telegram-bot==12.8)
Using cached https://files.pythonhosted.org/packages/fa/2d/2154d8cb773064570f48ec0b60258a4522490fcb115a6c7c9423482ca993/cryptography-3.4.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-3xflzk2s/cryptography/setup.py", line 14, in <module>
from setuptools_rust import RustExtension
ModuleNotFoundError: No module named 'setuptools_rust'
=============================DEBUG ASSISTANCE========================== If you are seeing an error here please try the following to successfully install cryptography: Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip =============================DEBUG ASSISTANCE========================== ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-3xflzk2s/cryptography/
回答1件
あなたの回答
tips
プレビュー