smsapi / smsapi-python-client

SMSAPI Python client that allows you to send messages, manage Short URLs and administrate your SMSAPI account.
https://www.smsapi.com/
Other
55 stars 34 forks source link

Unable to pip install smsapi #12

Closed matlac closed 6 years ago

matlac commented 7 years ago

Collecting smsapi Using cached smsapi-0.11.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-1q0id93j/smsapi/setup.py", line 39, in version=get_version(), File "/tmp/pip-build-1q0id93j/smsapi/setup.py", line 35, in get_version content = file('smsapi/init.py').read() NameError: name 'file' is not defined

in-void commented 6 years ago

You should use "pip install smsapi-client" instead. This should solve Your problem.