ebsco / ebscopy

The official Python wrapper for the EBSCO Discovery Service API
GNU General Public License v3.0
15 stars 5 forks source link

setup.py try to install 'logging' #10

Open buhtz opened 8 years ago

buhtz commented 8 years ago

I used the GitHub repository and tried to install ebscopy. `sudo python3 ./setup.py install'

While this process the setup.py tried to install the logging package from PyPi.

. There is no need to do that because it commes with Python itself. It is still there.

. This extra-logging package crashes my complete Python system because the packge is buggy. e.g. Each call on pip implicite a import logging which fails, etc.

Maybe removing logging and datetime from the required-field in setup.py would do the job. But I am not quite aware of this part of Python.

nickwareing commented 6 years ago

Yup, I can't even install this package. Have tried with Python 3.5 and 3.6 on Windows and Ubuntu systems

bganglia commented 4 years ago

@jessejensen I can work on this