rozzac90 / matchbook

Python wrapper for Matchbook API
MIT License
15 stars 10 forks source link

cannot import name 'APIClient' #11

Closed mtaylor567 closed 5 years ago

mtaylor567 commented 5 years ago

pip3 install matchbook

from matchbook.apiclient import APIClient

I'm getting this error (version 0.0.5 on python3.6):

ImportError: cannot import name 'APIClient'

mtaylor567 commented 5 years ago

for whatever reason, when installing from cache all the files were there but empty.

pip3 install matchbook --no-cache-dir

solved it