Why am I getting an ImportError
?
I have an API key to access in Scopus but the code doesn't work.
from pyscopus import Scopus
key = 'key'
scopus = Scopus(key)
Why am I getting an ImportError
?
I have an API key to access in Scopus but the code doesn't work.
from pyscopus import Scopus
key = 'key'
scopus = Scopus(key)