pybliometrics-dev / pybliometrics

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

tqdm issue #287

Closed astrochun closed 1 year ago

astrochun commented 1 year ago

pybliometrics version: 3.5.1

Code to reproduce the bug: My CI is returning an error with tqdm of the following:

File "/builds/..../venv/lib/python3.10/site-packages/pybliometrics/scopus/superclasses/base.py", line 10, in from tqdm import tqdm ModuleNotFoundError: No module named 'tqdm'

Expected behavior:

The import of pybliometrics should not return such an error.

I see that you recently migrated to pyproject.toml and it should include tqdm but for some reason when the wheel is retrieved from pypi, I guess tqdm isn't included. pip list does not show it.

Michael-E-Rose commented 1 year ago

Could you please try the version from GitHub?

pip install git+https://github.com/pybliometrics-dev/pybliometrics

astrochun commented 1 year ago

Could you please try the version from GitHub?

pip install git+https://github.com/pybliometrics-dev/pybliometrics

Yes, that installed tqdm within a venv for python 3.10, but I'm facing some other issues that I'll try to track down.

Michael-E-Rose commented 1 year ago

Duplicate to #285