builtwith

Python 3.x import error SyntaxError

笑着哭i 提交于 2019-12-12 17:07:42
问题 I'm using macOS Sierra. When importing builtwith I get these following error: Daniels-MacBook-Pro:~ Daniel$ python Python 3.5.2 |Anaconda 4.2.0 (x86_64)| (default, Jul 2 2016, 17:52:12) [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import builtwith Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/danielotero/anaconda3/lib/python3.5/site-packages/builtwith/__init__