Kludex / python-multipart

A streaming multipart parser for Python.

Home Page:https://kludex.github.io/python-multipart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails with FastAPI 0.63.x Python 3.9.7

svanschalkwyk opened this issue · comments

"No module named multipart" or "No module named python_multipart".
If imports are removed, then

Form data requires "python-multipart" to be installed. 
You can install "python-multipart" with: 
pip install python-multipart

Not clear exactly what your issue is from that description, but it's not an issue with the python-multipart package itself.