Hallo, after following the instructions and reading the discussions I still get the following error:
File “/Users/Administrator/M220/mflix-python/mflix/api/movies.py”, line 2, in
from mflix.db import get_movie, get_movies, get_movies_by_country,
File “/Users/Administrator/M220/mflix-python/mflix/db.py”, line 274
except (StopIteration) as _:
^
SyntaxError: invalid syntax
I have installed anaconda3 and the requirements.txt
[PROD]
SECRET_KEY = super_secret_key_you_should_change
MFLIX_DB_URI = mongodb+srv://m220student:m220password@mflix-p2un5.mongodb.net/mflix
I would appreciate your help to get in running.
Best regards Tilo