You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
I installed local-cname on a new Ubuntu 18.04 VM. First I installed Python on it with "sudo apt-get install python-pip" and then local-cname with "sudo pip install -U local-cname". When I tried "sudo local-cname google.com duckduckgo.com" I received the following: "ImportError: No module named pathlib". I then installed pathlib with "sudo pip install pathlib".
Now when I try "sudo local-cname google.com duckduckgo.com" I receive this: "Resolving duckduckgo.com .. EXCEPTION OCCURRED: getaddrinfo() takes no keyword arguments". Please see the screenshot attached.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/usr/local/bin/local-cname", line 11, in <module> load_entry_point('local-cname==0.3', 'console_scripts', 'local-cname')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2843, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2434, in load return self.resolve() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2440, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/Library/Python/2.7/site-packages/local_cname/cli.py", line 4, in <module> from pathlib import Path ImportError: No module named pathlib
I installed local-cname on a new Ubuntu 18.04 VM. First I installed Python on it with "sudo apt-get install python-pip" and then local-cname with "sudo pip install -U local-cname". When I tried "sudo local-cname google.com duckduckgo.com" I received the following: "ImportError: No module named pathlib". I then installed pathlib with "sudo pip install pathlib".
Now when I try "sudo local-cname google.com duckduckgo.com" I receive this: "Resolving duckduckgo.com .. EXCEPTION OCCURRED: getaddrinfo() takes no keyword arguments". Please see the screenshot attached.
The text was updated successfully, but these errors were encountered: