前提・実現したいこと
発生している問題・エラーメッセージ
C:\Users---->pip install git+https://github.com/aistairc/trf.git
Collecting git+https://github.com/aistairc/trf.git
Cloning https://github.com/aistairc/trf.git to c:\users---\appdata\local\temp\pip-req-build-a6kf5liv
Building wheels for collected packages: trf
Building wheel for trf (setup.py) ... done
Created wheel for trf: filename=trf-0.1-py3-none-any.whl size=1899 sha256=64d58990c306431c67fe6b64b7d320bb9f6492f7a265918e58600d5944ab4f7f
Stored in directory: C:\Users----\AppData\Local\Temp\pip-ephem-wheel-cache-dxf4_nip\wheels\c4\db\2f\ae93417d811fae1802ecf7d57c7988c6d3a16c7070b47f350e
Successfully built trf
Installing collected packages: trf
Successfully installed trf-0.1
となってうまくインストールしたように見えるのですが、
import trf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'trf'
となってエラーができます。
試したこと
Github のほうにsetup.pyは存在するので、なぜできないのかよくわからないです。
いったん、ファイルをダウンロードした後で、プロジェクトファイルを再度ダウンロードしようとしているのですが、難しくて難航しています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/22 09:06
2020/09/22 09:16
2020/09/30 06:44
2020/09/30 11:10