Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Python import error: No module named 'pyscopus'

Writer Andrew Henderson

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)
5 Related questions 11 Python scapy import error 1 ImportError: No module named _____ 2 Python ImportError - packages Related questions 11 Python scapy import error 1 ImportError: No module named _____ 2 Python ImportError - packages 165 ImportError: No module named pandas 12 ImportError: No module named 'pandas' 14 ImportError: No module named scapy.all 0 ImportError: No module named pandas [pycharm] 2 PyCharm does not import Scapy module 0 ImportError: No module named pandas [pycharm] python 3.7 1 ModuleNotFoundError: No module name 'Cython' Load 7 more related questions Show fewer related questions Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.