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

[BUG]: #254

Open
cp4itech opened this issue Nov 21, 2024 · 1 comment
Open

[BUG]: #254

cp4itech opened this issue Nov 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@cp4itech
Copy link

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

- 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
@cp4itech cp4itech added the bug Something isn't working label Nov 21, 2024
@ehsanmok
Copy link
Member

Thanks for reporting! the requirements are listed here. We need to link to them at the start as well.

@ehsanmok ehsanmok added the enhancement New feature or request label Nov 21, 2024 — with Linear
@ehsanmok ehsanmok removed the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants