jotform / jotform-api-python

JotForm API - Python Client
GNU General Public License v2.0
39 stars 48 forks source link

git:// is depreciated #19

Closed ehawman-rosenberg closed 2 years ago

ehawman-rosenberg commented 2 years ago

The current installation methods cite URLs with git://. This is no longer supported.

Attempting to install this way will result in a failure with "The unauthenticated git protocol on port 9418 is no longer supported."

babakshirvani commented 2 years ago

try https, worked for me

$ pip install git+https://github.com/jotform/jotform-api-python.git

ehawman-rosenberg commented 2 years ago

It worked for me too! I should have just submitted a pull request. I'm doing it now.

davidr-PA commented 2 years ago

Thanks @babakshirvani that fixed it for me too.