當試圖爲Python 3.6.3它不斷拋出特定錯誤安裝扭曲: building 'twisted.test.raiser' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.co
Traceback (most recent call last):
File "alien_invasion.py", line 3, in <module>
import pygame
ImportError: No module named pygame
控制檯說,有沒有名爲pygame的模塊,但我已經下載pygame的和空閒讓我導入pygame的,並使用它。
我想訪問某種Python中的導入依賴項跟蹤,如果有的話。 我決定在我的模塊中添加一個__dependencies__字典,它描述了模塊導入的所有模塊的版本。 我想要一個自動的方式來獲取我的模塊導入的模塊列表。最好在模塊的最後一行。 ModuleFinder(由How to list imports within a Python module?建議)將不起作用,因爲應該對已經裝載的模塊進行檢查。
我用下面的命令 pip install git+https://github.com/seomoz/simhash-py.git
,並檢查是否已成功安裝在它下面安裝simhash是pip freeze的O/P pip freeze | grep simhash
You are using pip version 8.1.1, however version 9.0.1 is availabl