python3下tomorow模块报语法错误def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntax
Posted 凌风子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3下tomorow模块报语法错误def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntax相关的知识,希望对你有一定的参考价值。
python3 pip 安装tomorrow模块,调用时候会报错:def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntax
查看motorrow.py源码发现,async是python的关键字,这里函数名和关键字冲突,换个函数名,如async_th即可
以上是关于python3下tomorow模块报语法错误def async(n, base_type, timeout=None): ^ SyntaxError: invalid syntax的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu下使用pip3.6安装模块总是报ssl module in Python is not available的错误
ubuntu下使用pip3.6安装模块总是报ssl module in Python is not available的错误