How do I install the wandb Python library in environments without gcc?
less than a minute
If an error occurs when installing wandb
that states:
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
Install psutil
directly from a pre-built wheel. Determine your Python version and operating system at https://pywharf.github.io/pywharf-pkg-repo/psutil.
For example, to install psutil
on Python 3.8 in Linux:
After installing psutil
, run pip install wandb
to complete the installation of wandb
.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.