Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么我得到一个ImportError?我有一个可以在 Scopus 中访问的 API 密钥,但代码不起作用。
ImportError
from pyscopus import Scopus key = 'key' scopus = Scopus(key)