Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flask-cors flask-restx install error #1

Open
Wninayyds opened this issue Dec 8, 2023 · 1 comment
Open

flask-cors flask-restx install error #1

Wninayyds opened this issue Dec 8, 2023 · 1 comment

Comments

@Wninayyds
Copy link

e204b1c4da84b59caac95332c824df6
look !
hi
Is pip install flask-corsflask-restx written wrong?
Because it should be pip install flask-cors flask-restx

@tqamarVT
Copy link

tqamarVT commented May 11, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants