2017-03-20 5 views
0

libtorrent-rasterbarをインストールしようとしましたが、Pythonはモジュールを認識しません。エルキャプテンシステム。どこに見えるか教えてください。Mac OSでlibtorrent-rasterbarを見るためにPythonを入手するにはどうすればよいですか?

python2のITの仕事のために
andrew: ~ $ brew install python3 
Warning: python3-3.6.0_1 already installed 
andrew: ~ $ brew install libtorrent-rasterbar 
Warning: libtorrent-rasterbar-1.1.1 already installed 
andrew: ~ $ python 
Python 3.6.0 (default, Mar 4 2017, 12:32:37) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin 
Type "help", "copyright", "credits" or "license" for more information. 
>>> import libtorrent 
Traceback (most recent call last): 
    File "<stdin>", line 1, in <module> 
ModuleNotFoundError: No module named 'libtorrent' 
>>> 

答えて

関連する問題