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
{{ message }}
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
IMongo only support Python 3.6+. Both @semarf and @nikhila05 seem to be using Python 3.5, which doesn't support f-strings. I will update the docs to make sure this is more explicit. In the meantime, please let me know if you have any problems with Python 3.6.
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.5/dist-packages/imongo/main.py", line 2, in
from .kernel import MongoKernel
File "/usr/local/lib/python3.5/dist-packages/imongo/kernel.py", line 165
spawn_cmd = ['mongo', f'--eval "{prompt_cmd}; {dir_func}"']
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: