-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation script error #3
Comments
Once the kernel is installed, you can start Jupyter Lab just like you usually are. You should see two new kernels appearing in the launcher. |
Hi, thanks. I run the initialization script "wenv init" , but when running "python -m wenvkernel.install" I still the errors reported above. |
I have installed jupyter in wine and I can run it directly from wine. I can open win32 kernel from wenv, but not win64 kernel. |
On my todo list - need to reproduce this.
That's also a solution, yes.
Not in the above mentioned way, correct.
Yes. |
I think using the win64 kernel with wenv would take less memory than using jupyter directly from wine, so hopefully the init will be resolved, thanks |
Hi, did you check if win64 works now? |
Giving up .. |
I can install using pip, but when running the installation script I get this error.
By the way, assuming it is installed correctly, how is the wine jupyter server started ?
python -m wenvkernel.install
Traceback (most recent call last):
File "/root/anaconda3/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/root/anaconda3/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/root/anaconda3/lib/python3.8/site-packages/wenvkernel/install.py", line 38, in
_setup_kernels()
File "/root/anaconda3/lib/python3.8/site-packages/wenvkernel/_core.py", line 61, in setup_kernels
setup_kernel(bits)
File "/root/anaconda3/lib/python3.8/site-packages/wenvkernel/_core.py", line 73, in setup_kernel
_wenv_pip(bits, "install", "ipykernel")
File "/root/anaconda3/lib/python3.8/site-packages/wenvkernel/_core.py", line 125, in _wenv_pip
raise SystemError("wenv pip failed", out, err)
SystemError: ('wenv pip failed', '', 'Unknown command or script: "pip"\n')
The text was updated successfully, but these errors were encountered: