michaelai0313 opened a new issue #10447:
URL: https://github.com/apache/incubator-superset/issues/10447
### Expected results
INFO:werkzeug: * Running on XXXXXXX
### Actual results
pkg_resources.VersionConflict: (apispec 3.3.1
(d:\test110\envs\lib\site-packages),
Requirement.parse('apispec[yaml]<2,>=1.1.1'))
### Environment
- superset version: 0.37
- python version: 3.7.3
- node.js version: v12.4.0
- npm version: 6.9.0
### Additional context
modify requirements.txt can fix this bug
apispec[yaml]==3.3.1 -> apispec[yaml]==1.3.3
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]