You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As currently written, the instruction to run python infra_api.py fails:
python3 infra_api.py
Traceback (most recent call last):
File "/Users/cnunciato/Projects/dev/tutorials/learn-auto-api/infra_api.py", line 3, in <module>
import falcon
ModuleNotFoundError: No module named 'falcon'
We should fix this.
The text was updated successfully, but these errors were encountered:
As currently written, the instruction to run
python infra_api.py
fails:We should fix this.
The text was updated successfully, but these errors were encountered: