pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
407 stars 127 forks source link

ModuleNotFoundError: No module named 'pybliometrics.scopus' with version 3.5.0 #284

Closed martinuray closed 1 year ago

martinuray commented 1 year ago

pybliometrics version: 3.5.0

Code to reproduce the bug:

$ pip install pybliometrics==3.5.0
$ python
>>> from pybliometrics.scopus import AbstractRetrieval
...
ModuleNotFoundError: No module named 'pybliometrics.scopus'

Expected behavior: not an exception

I tested it with version 3.4.0, here it works as expected.

Michael-E-Rose commented 1 year ago

I think I fixed it. If you have time, do you mind trying via python3 -m pip install git+https://github.com/pybliometrics-dev/pybliometrics?

martinuray commented 1 year ago

This works now. Thanks.

Michael-E-Rose commented 1 year ago

The problem was in fact just a missing wheel, and old information lingering in pybliometrics.egg-info.