-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Not sure if this is supported in Python 2.7.13, I got this error. Works fine in Python 3.6.5
appdata['sa'] = cypd.to_ipaddress(appdata['sa'])
63 '%r does not appear to be an IPv4 or IPv6 address. '
164 'Did you pass in a bytes (str in Python 2) instead of'
--> 165 ' a unicode object?' % address)
166
167 raise ValueError('%r does not appear to be an IPv4 or IPv6 address' %
AddressValueError: '10.44.129.135' does not appear to be an IPv4 or IPv6 address. Did you pass in a bytes (str in Python 2) instead of a unicode object?
Metadata
Metadata
Assignees
Labels
No labels