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
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
I tried following the quickstart guide but ran into errors, specifically regarding wheel
~/x/bin/pip3 install bauplan --upgrade
...
File "/home/bob/x/lib64/python3.11/site-packages/setuptools/command/bdist_wheel.py", line 23, in <module>
from wheel.wheelfile import WheelFile
ModuleNotFoundError: No module named 'wheel.wheelfile'
I looked into this, and it seems like the issue with wheel is a known problem
The solution to this is to pin setuptools to 70.0.0 via
~/x/bin/pip install setuptools==70.0.0
And I tried reinstalling bauplan and was successful
Hello,
thanks for providing me early access to Bauplan.
I tried following the quickstart guide but ran into errors, specifically regarding wheel
I looked into this, and it seems like the issue with wheel is a known problem
The solution to this is to pin setuptools to 70.0.0 via
And I tried reinstalling bauplan and was successful