0

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)
Sreekiran A R
  • 3,123
  • 2
  • 20
  • 41
E.A.
  • 1
  • 2
  • 2
    Did you do `pip install pyscopus` ? – Jan Jan 23 '19 at 10:11
  • yes, it did not work – E.A. Jan 23 '19 at 10:18
  • 1
    Maybe your code is using a different environment then to what you installed the package to? – Snackoverflow Jan 23 '19 at 10:29
  • Either pyscopus is not installed, or you do not have the correct permissions to access it. Do you see pyscopus in your site-packages or otherwise anywhere on your PYTHONPATH? – Benton Snyder Jan 23 '19 at 11:34
  • I'm facing this issue right now, The following command must be run outside of the IPython shell: $ pip install pyscopus The Python package manager (pip) can only be used from outside of IPython. Please reissue the `pip` command in a separate terminal or command prompt. See the Python documentation for more information on how to install packages: – E.A. Jan 28 '19 at 11:27

0 Answers0