paperswithcode / paperswithcode-client

API Client for paperswithcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency doing setup.py

RJT1990 opened this issue · comments

(pwc) rjt-mbp:paperswithcode-client rjt$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 3, in
from paperswithcode import version
File "/Users/rjt/Documents/software/paperswithcode-client/paperswithcode/init.py", line 3, in
from paperswithcode.client import PapersWithCodeClient
File "/Users/rjt/Documents/software/paperswithcode-client/paperswithcode/client.py", line 5, in
from tea_client.http import HttpClient
ModuleNotFoundError: No module named 'tea_client'

Fixed. Will be released in version 0.0.15.