You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I think I've fixed now the problem! Indeed, it was related to the last update, which changed the name of the planar package to chalk-planar. I didn't realise this would break existing notebooks 🙁 @srush Are there are branches (apart from srush-patch-1) that you use in your notebooks? I can modify their setup.py to include chalk-planar instead of planar.
Hi Sasha,
But executing the cell with
!pip install -qqq git+https://github.com/chalk-diagrams/planar git+https://github.com/danoneata/chalk@srush-patch-1
!wget -q https://github.com/srush/GPU-Puzzles/raw/main/robot.png https://github.com/srush/GPU-Puzzles/raw/main/lib.py
gives an error
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Preparing metadata (setup.py) ... error
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
This is happening because of git+https://github.com/danoneata/chalk@srush-patch-1. I think recent changes to setup.py is breaking.
The text was updated successfully, but these errors were encountered: