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

Could not import 'gligen_gui.gligen_gui'. #32

Open
gangbanyegeirichuan opened this issue Feb 26, 2024 · 4 comments
Open

Could not import 'gligen_gui.gligen_gui'. #32

gangbanyegeirichuan opened this issue Feb 26, 2024 · 4 comments

Comments

@gangbanyegeirichuan
Copy link

flask --app 'gligen_gui:create_app(8188)' run --port 5000
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.

Error: Could not import "gligen_gui.'gligen_gui".

@navarisun1982
Copy link

same here

@robji15
Copy link

robji15 commented Feb 27, 2024

+1

@SJM-AI
Copy link

SJM-AI commented Feb 27, 2024

try without the single ' marks

flask --app gligen_gui:create_app(8188) run --port 5000

@gangbanyegeirichuan
Copy link
Author

[SJM-AI] is right.very thanks. It works.
flask --app gligen_gui:create_app(8188) run --port 5000
without ‘ ’

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

4 participants