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
Building wheel for geventhttpclient (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [46 lines of output]
........
error: command 'gcc' failed: No such file or directory
[end of output]
installing gcc made it work (sudo apt install gcc)
IIRC, there was no mention that gcc required. Perhaps worth checking is gcc installed in the install script and suggesting it should be installed for magic to work
System information
- What OS did you do install MAX on ?
Ubuntu 22.04.5 LTS
- Provide version information for MAX by pasting the output of max -v`max 24.5.0 (e8aacb95)Modular version 24.5.0- Provide version information for Mojo by pasting the output of mojo -v`
mojo 24.5.0 (e8aacb95)
- Provide Modular CLI version by pasting the output of `modular -v`
N/A
The text was updated successfully, but these errors were encountered:
Bug description
Failed when running the scripts in https://docs.modular.com/max/get-started, specifically bash run.sh
Steps to reproduce
run the command detailed at https://docs.modular.com/max/get-started
curl -ssL https://magic.modular.com/f1a289c9-f284-44f1-865e-e76f1c99ea46 | bash
git clone https://github.com/modularml/max.git
cd max/examples/inference/bert-python-torchscript
magic shell
bash run.sh
Specifically:
Building wheel for geventhttpclient (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [46 lines of output]
........
error: command 'gcc' failed: No such file or directory
[end of output]
installing gcc made it work (sudo apt install gcc)
IIRC, there was no mention that gcc required. Perhaps worth checking is gcc installed in the install script and suggesting it should be installed for magic to work
System information
The text was updated successfully, but these errors were encountered: