-
Notifications
You must be signed in to change notification settings - Fork 32
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
Connection refused error on Windows using Python 3.8 #36
Comments
Hello, Did you try the install of jupytab-server in a clean and dedicated virtual env following the pattern :
Then you start jupytab –config=…ini from the jupytab-server environment |
I tried it. but facing the same issue. |
Having the same issue after package update |
Hello, Could you try to start the jupyter kernel gateway layer separately from the jupytab-server environment ? Command should be something like : |
now i am getting the following error. File "c:\users\administrator\appdata\local\programs\python\python38-32\lib\asyncio\events.py", line 501, in add_reader (jupytab-server) C:\Users\Administrator>[IPKernelApp] WARNING | Parent appears to have exited, shutting down. |
Ok, this is linked to the 3.8 version of python, on windows, because of Tornado ... I will push a new version of jupytab soon to fix this issue (and I know there is sometime another issue for windows user, but workaround is documented in #8). Currently, workaround is to downgrade python to 3.7 for windows users. ( |
By the way I got in touch with maintainer of jupyter-kernel-gateway, this will ease to solve issues like this one. |
I have a similar problem on a Linux docker (ML workspace) running jupytab server. ERROR:Uncaught exception GET /kernel/my_table/schema?security_token=mytoken (172.17.0.1) Any idea how to resolve this? |
This may have many different issues, but logs are really needed in the web console to easily diagnose as error could come from notebook, dependencies or os issues... On linux environment, easiest way is probably to recreate a clean env, and always keep jupytab-server in a dedicated conda or virtualenv environment (not linked to notebook one as dependencies may change more often). By the way, I wonder how tabpy work as they share a unique environment (server and dependencies). |
ERROR:Uncaught exception GET /kernel/jubyTab-Demo-Notebook/schema?security_token= (192.168.1.101) HTTPServerRequest(protocol='http', host='m10-op-c26549:8081', method='GET', uri='/kernel/jubyTab-Demo-Notebook/schema?security_token=', version='HTTP/1.1', remote_ip='192.168.1.101') Traceback (most recent call last): File "C:\Users\Administrator\anaconda3\lib\site-packages\tornado\web.py", line 1699, in _execute result = await result File "C:\Users\Administrator\anaconda3\lib\site-packages\jupytab_server\jupytab_api.py", line 172, in get response = await AsyncHTTPClient().fetch(request) ConnectionRefusedError: [Errno 10061] Unknown error
The text was updated successfully, but these errors were encountered: