davidhamann / python-fmrest

Python wrapper around the FileMaker Data API
MIT License
100 stars 27 forks source link

pip install error #11

Closed Xinjie-Lan closed 5 years ago

Xinjie-Lan commented 5 years ago

Hi I tried to install using pip3 install https://github.com/davidhamann/python-fmrest/archive/master.zip, but got the error below. Any suggestions? Thanks

Collecting https://github.com/davidhamann/python-fmrest/archive/master.zip Downloading https://github.com/davidhamann/python-fmrest/archive/master.zip

davidhamann commented 5 years ago

This is likely an issue coming from the "preferred encoding" set on your machine.

I just pushed an update. Could you try again with the latest master?

If it works fine, I'll push it to PyPi as well.

Xinjie-Lan commented 5 years ago

This is likely an issue coming from the "preferred encoding" set on your machine.

I just pushed an update. Could you try again with the latest master?

If it works fine, I'll push it to PyPi as well.

Thank you so much for your quick help! It's all good now!

davidhamann commented 5 years ago

Great! Version 1.1.1. with the fix is now also on PyPi, so you can now also use pip install python-fmrest.