cenobites / flask-jsonrpc

Basic JSON-RPC implementation for your Flask-powered sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not import in windows

zhtangsh opened this issue · comments

Hi, there

I'm new to flask & flask-jsonrpc. For some reason, I'm trying to run a json rpc server in windows.
Here is my environment
OS: windows 10
Python: 3.7
flask: 1.1.4
code

from flask_jsonrpc import JSONRPC

gives me error

ImportError: cannot import name 'typing' from 'flask'

Can I ask for the suggested package version?

upgrade flask fixed it for me