1

I am using pybliometrics in googlecolab. I am using Scopus Api key. Everything was working fine, but this week the following error appears:

ImportError: cannot import name 'KEYS' from 'pybliometrics.scopus.utils.startup' (/usr/local/lib/python3.7/dist-packages/pybliometrics/scopus/utils/startup.py)

How to solve this problem?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • Hi & welcome to SO! This is more of a bug report than a question for how to do things. Would you mean leaving an issue on the package's GitHub page? – MERose Jul 23 '21 at 13:11
  • I had the same issue but then exited my python interpreter and returned and the issue went away. – astrochun Oct 05 '21 at 23:17

1 Answers1

0

I was getting the same error when using Jupyter Notebook.

I was able to solve it by using power shell (in anaconda).

Dharman
  • 30,962
  • 25
  • 85
  • 135