-
Notifications
You must be signed in to change notification settings - Fork 312
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
I'm not able to run Marimo in my machine #3202
Comments
Thank you for reporting. We should catch this error and resurface it in the terminal, instead of crashing. |
Can you paste the output of |
The output is: Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Scripts\marimo.exe\__main__.py", line 8, in <module>
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\marimo\_cli\config\commands.py", line 49, in show
echo(f"\n🏠 User config from {green(user_config_path)}\n")
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\marimo\_cli\print.py", line 85, in echo
click.echo(*args, **kwargs)
File "C:\Users\giova\Desktop\Sides\marimo-tester\.venv\Lib\site-packages\click\utils.py", line 318, in echo
file.write(out) # type: ignore
^^^^^^^^^^^^^^^
File "C:\Users\giova\AppData\Local\Programs\Python\Python312\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f3e0' in position 2: character maps to <undefined> |
Thank you. This appears to be a windows-specific issue; I cannot reproduce it on my machines. We will try to fix this soon. In the meantime, you can interact with the tutorial online: https://marimo.app/?slug=c7h6pz Sorry for the inconvenience! |
Fixes #3202 An uncaught exception was bringing down the server.
@GiovanniGiacometti — version 0.10.5 should fix this (it should be on PyPI momentarily). Let me know if you're still hitting this issue? And please re-open the issue if so. Thanks so much for reporting it! |
Describe the bug
I created a new project with uv and run the command:
It opens the browser but the notebook is empty and the console logs:
I might be doing some mistakes but I can't figure it out unfortunately
Environment
Code to reproduce
I'm not sure what else I could give you, let me know if you need more.
Thanks for the support!
The text was updated successfully, but these errors were encountered: