Python3 no module named tld

0

I'm trying to use tld link and not able to use it in python3, only in python 2.7, which is not convenient for me, since my whole project is in python3. In the documentation says it's compatible with python3.5 which is what I'm using. What could be the problem?

Traceback (most recent call last):
  File "sufixo.py", line 1, in <module>
    from tld import get_tld
ImportError: No module named 'tld'
    
asked by anonymous 30.09.2018 / 16:36

0 answers