PROBoter
PROBoter copied to clipboard
flask-cors flask-restx install error
look !
hi
Is pip install flask-corsflask-restx written wrong?
Because it should be pip install flask-cors flask-restx
Yes, in the setup.py file under the pcb-analysis directory, there is a typo.
install_requires=[
'werkzeug==2.1.2',
'flask',
'flask-cors'
'flask-restx',
'tensorflow',
'opencv-python-headless',
'pytesseract',
],
There needs to be a comma after 'flask-cors'