jupyter-book / jupyter-book

Create beautiful, publication-quality books and documents from computational content.
http://jupyterbook.org
BSD 3-Clause "New" or "Revised" License
3.88k stars 663 forks source link

jupyter-book create followed by build fails #1136

Open mikessut opened 3 years ago

mikessut commented 3 years ago

Simply trying to get started with jupyter-book create testbook followed by jupyter-book build testbook fails.

If I delete notebook.ipynb, it will build without crashing. (Apparently related to ipynb?)

Attached is the log file from the exception.

sphinx-err-s33f8csc.log

Would expect to be able to build the created book.

Environment

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

mikessut commented 3 years ago

I see in the documentation that there are known issues with python 3.8, so maybe the behavior I'm seeing is expected.

https://jupyterbook.org/advanced/advanced.html#working-on-windows

choldgraf commented 3 years ago

Ah yeah that looks like quite a low-level error in the nbclient library, which does notebook execution. I think this could be a version issue as you suggested.