ローカルフォルダからPythonモジュールをインストールする

ローカルフォルダからPythonモジュールをインストールする

Redhat 7.5システムでモジュール要求がありません。

これはモジュールリクエストを使ってPythonを実行したときに得られるものです。

Traceback (most recent call last):
  File "/tmp/uri", line 6, in <module>
    import requests
ImportError: No module named requests

目標は、ローカルフォルダからモジュールをインストールすることです。

 pip install /opt/my_requests

rhel 7.5に適したモジュールリクエストをどこからダウンロードする必要がありますか?

/opt/my_requests -  is a folder

ベストアンサー1

おすすめ記事