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

Missing dependencies #17

Closed
JonasPf opened this issue Jun 8, 2023 · 1 comment
Closed

Missing dependencies #17

JonasPf opened this issue Jun 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@JonasPf
Copy link
Contributor

JonasPf commented Jun 8, 2023

Version

I'm using the main branch

Platform

Darwin Q7Y7WJYHMX 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000 arm64

Description

When creating a report I got:

No module named nbconvert

After installing nbconvert using pip3 install nbconvert I got:

jupyter_client.kernelspec.NoSuchKernel: No such kernel named python3

After installing ipykernel using pip3 install ipykernel it worked and I could create a report.

I believe the dependencies ipykernel and nbconvert are missing from pyproject.toml. Unfortunately my knowledge on Python packaging isn't up-to-date, therefore I didn't trust myself to create a useful PR for this problem.

@JonasPf JonasPf added the bug Something isn't working label Jun 8, 2023
@sslivkoff
Copy link
Member

fixed in 5b19562

I dont think ipykernel is necessary but if you run into problems feel free to re-open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants