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

Adds psutil to CI Build Script #2355

Merged
merged 2 commits into from
Feb 24, 2024
Merged

Conversation

sampathweb
Copy link
Collaborator

psutil gets installed as part of general requirements.txt. But sometimes, it takes a while to install all dependencies and background log reader starts its job. When it happens, it causes the CI to fail since psutil is not yet installed. So, install psutil in the beginning so we don't have this failures that occur sometimes.

Downloading tf_nightly-2.16.0.dev20240209-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (589.8 MB)
Downloading nvidia_cublas_cu12-12.3.4.1-py3-none-manylinux1_x86_64.whl (412.6 MB)
Downloading nvidia_cuda_cupti_cu12-12.3.101-py3-none-manylinux1_x86_64.whl (14.0 MB)
Downloading nvidia_cuda_nvcc_cu12-12.3.107-py3-none-manylinux1_x86_64.whl (22.0 MB)
Downloading nvidia_cuda_nvrtc_cu12-12.3.107-py3-none-manylinux1_x86_64.whl (24.9 MB)
Downloading nvidia_cuda_runtime_cu12-12.3.101-py3-none-manylinux1_x86_64.whl (867 kB)
Downloading nvidia_cudnn_cu12-8.9.7.29-py3-none-manylinux1_x86_64.whl (704.7 MB)
Traceback (most recent call last):
  File "/tmpfs/kokoro_log_reader.py", line 13, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'

@fchollet fchollet merged commit 7aac721 into keras-team:master Feb 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants