Excuse me, i ran the command:pip install connexion and download this package. But when i use python2 to import connexion, i found that
File "lstm_server.py", line 2, in
import connexion
File "C:\Users\10259.conda\envs\python27\lib\site-packages\connexion_init_.py", line 5, in
File "C:\Users\10259.conda\envs\python27\lib\site-packages\connexion\apis_init_.py", line 1, in
from .abstract import AbstractAPI # NOQA
File "C:\Users\10259.conda\envs\python27\lib\site-packages\connexion\apis\abstract.py", line 32
class AbstractAPI(metaclass=AbstractAPIMeta):
^
SyntaxError: invalid syntax
I really want to know how to solve this problem. Thanks!
Excuse me, i ran the command:pip install connexion and download this package. But when i use python2 to import connexion, i found that
I really want to know how to solve this problem. Thanks!