Skip to content
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

Not working on Windows: "ImportError: cannot import name 'ON_POSIX'" #6

Open
mjbright opened this issue Jun 11, 2016 · 0 comments
Open

Comments

@mjbright
Copy link

Running on Windows 7:

  • Python 3.5.1 :: Anaconda 4.0.0 (64-bit)

I installed using

  • pip install xonsh_kernel
    
  • python -m xonsh_kernel.install
    

On starting a notebook from the Jupyter dashboard as "New -> Calysto Xonsh" the kernel dies repeatedly (immediately).

The jupyter console log shows:

[I 19:37:48.022 NotebookApp] Kernel started: 672f7917-b2a4-407a-8e5b-a6e509521df1
Traceback (most recent call last):
File "C:\Progs\Anaconda3\lib\runpy.py", line 170, in run_module_as_main
"main", mod_spec)
File "C:\Progs\Anaconda3\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Progs\Anaconda3\lib\site-packages\xonsh_kernel__main
.py", line 6, in
from .kernel import XonshKernel
File "C:\Progs\Anaconda3\lib\site-packages\xonsh_kernel\kernel.py", line 10, in
from xonsh.tools import redirect_stdout, redirect_stderr, swap, ON_POSIX
ImportError: cannot import name 'ON_POSIX'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant