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

installation in conda #70

Closed
Tracked by #16
videlec opened this issue Dec 30, 2021 · 2 comments
Closed
Tracked by #16

installation in conda #70

videlec opened this issue Dec 30, 2021 · 2 comments

Comments

@videlec
Copy link

videlec commented Dec 30, 2021

I created a conda environment with python-3.9 and jupyter_kernel_test (that is thankfully available on conda-forge). However, running the sample test file I got an ImportError raised in jupyter_kernel_tests/__init__.py file

$ python test_gpkernel.py 
Traceback (most recent call last):
  File "pari-jupyter/test/test_gpkernel.py", line 7, in <module>
    import jupyter_kernel_test as jkt
  File ".../lib/python3.9/site-packages/jupyter_kernel_test/__init__.py", line 11, in <module>
    from jupyter_client.utils import run_sync
ImportError: cannot import name 'run_sync' from 'jupyter_client.utils' (.../lib/python3.9/site-packages/jupyter_client/utils.py)
@videlec videlec mentioned this issue Dec 30, 2021
1 task
@videlec
Copy link
Author

videlec commented Dec 30, 2021

The function is only available in more recent pari_jupyter_kernel that includes jupyter/jupyter_client#623

@videlec videlec closed this as completed Dec 30, 2021
@videlec
Copy link
Author

videlec commented Dec 30, 2021

(but conda only ships jupyter_client 6.1.2 from march 2021)

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