Error examples.tour in h2o Wave #636
Replies: 8 comments
-
@sergiomora03 Thanks for reporting! Duplicates #397 |
Beta Was this translation helpful? Give feedback.
-
Same. Problem. Tried twice now. Exactly same error on Windows 10. 🔥🔥🔥 Followed the steps from here: https://h2oai.github.io/wave/docs/tour Wave Assest: System Specs:
Attempt Specs: I got the same error in both of the following cases.
Error(venv) (h2owave_env) C:\Users\raysu\wave>wave run --no-reload examples.tour
----------------------------------------
Welcome to the H2O Wave Interactive Tour!
Go to http://localhost:10101/tour
----------------------------------------
←[32mINFO←[0m: Started server process [←[36m10776←[0m]
←[32mINFO←[0m: Waiting for application startup.
←[32mINFO←[0m: Application startup complete.
←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:8000←[0m (Press CTRL+C to quit)
←[32mINFO←[0m: 127.0.0.1:51192 - "←[1mPOST / HTTP/1.1←[0m" ←[32m200 OK←[0m
Unhandled exception
Traceback (most recent call last):
File "c:\users\raysu\wave\venv\lib\site-packages\h2o_wave\server.py", line 265, in _process
await self._handle(q)
File ".\examples\tour.py", line 193, in serve
await show_example(q, catalog[route])
File ".\examples\tour.py", line 162, in show_example
await active_example.start()
File ".\examples\tour.py", line 44, in start
sys.executable, os.path.join(example_dir, self.filename)
File "C:\Users\raysu\Miniconda3\envs\h2owave_env\lib\asyncio\subprocess.py", line 217, in create_subprocess_exec
stderr=stderr, **kwds)
File "C:\Users\raysu\Miniconda3\envs\h2owave_env\lib\asyncio\base_events.py", line 1544, in subprocess_exec
bufsize, **kwargs)
File "C:\Users\raysu\Miniconda3\envs\h2owave_env\lib\asyncio\base_events.py", line 462, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError |
Beta Was this translation helpful? Give feedback.
-
Thanks for your patience - there's a workaround posted here until we get the next release out: #397 (comment) |
Beta Was this translation helpful? Give feedback.
-
For me do not work.
Maybe I made a mistake copying the code? |
Beta Was this translation helpful? Give feedback.
-
Same issue as @sergiomora03 here. |
Beta Was this translation helpful? Give feedback.
-
Looks like the second error is related to Conda/Pycharm installation/configuration: https://www.google.com/search?q=ImportError%3A+DLL+load+failed+while+importing+_ssl, unrelated to the h2o-wave module. |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the same issue with wave-0.12.1 on Windows. I tried the workaround, and replaced the tour.py file with the one linked, and it did not resolve the issue. When I go to localhost:10101/tour as instructed in the documentation, I get 404 page not found error. |
Beta Was this translation helpful? Give feedback.
-
@anthony-demaio That sounds like a different problem.There are two separate problems reported in this issue: You reported "404 page not found", which does not look like it originated from |
Beta Was this translation helpful? Give feedback.
-
Wave SDK Version, OS
I´have v0.10.0 Wave, windows:
wave-0.10.0-windows-amd64.tar.gz
Actual behavior
I run
wave run --no-reload examples.tour
from wave/docs/tour and get this error:from http://localhost:10101/tour page.
Expected behavior
At least interact with:
Steps To Reproduce
waved.exe
pip install -r examples/requirements.txt
wave run --no-reload examples.tour
Beta Was this translation helpful? Give feedback.
All reactions