作者Jiun Yu
-rw-r--r-- 1 jiunyu jiunyu 95280 Sep 29 14:17 bypy.py
[jiunyu:/tmp] $ sha1sum bypy.py
596616b696ba0303b2f7deaef18f20bb67738791 bypy.py
我上傳的 bypy.py 大小為 95280 byte (95.28KB),而且可以跑說...
[jiunyu:/tmp] $ python bypy.py
Fail to import the 'requests' library
You need to install the 'requests' python library
You can install it by running 'pip install requests'
Traceback (most recent call last):
File "bypy.py", line 214, in <module>
import requests
ImportError: No module named requests
因為我沒裝 requests library,所以跑到 214 行就停了
|