dpriskorn / OpenAlexAPI

Python library for the OpenAlex HTTP API
GNU General Public License v3.0
21 stars 12 forks source link

Missing dependencies #14

Open Gizzio opened 2 years ago

Gizzio commented 2 years ago
    344 except ImportError as e:
--> 345     raise ImportError('email-validator is not installed, run `pip install pydantic[email]`') from e

ImportError: email-validator is not installed, run `pip install pydantic[email]`
      4 import logging
      5 from typing import Optional, List
----> 7 import backoff  # type: ignore
      8 import requests
      9 from pydantic import BaseModel, EmailStr

ModuleNotFoundError: No module named 'backoff'
dpriskorn commented 2 years ago

They are both there it seems. 🤷‍♀️ bild