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

fix python version used in server mode #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ananthuts
Copy link

Description
The following error was getting thrown when running docker compose in server mode.

Traceback (most recent call last):
  File "./main.py", line 11, in <module>
    from swagger.swagger_flask import Swagger
  File "/home/floorplan_to_blender/Server/swagger/swagger_flask.py", line 20, in <module>
    from swagger.json_generator import generate_swagger_json
  File "/home/floorplan_to_blender/Server/swagger/json_generator.py", line 10, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

Cause

This was caused by a version typo in entry-point script.

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

Successfully merging this pull request may close these issues.

None yet

1 participant