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

code compose script error #2

Open
tonywonghk opened this issue Dec 9, 2023 · 1 comment
Open

code compose script error #2

tonywonghk opened this issue Dec 9, 2023 · 1 comment

Comments

@tonywonghk
Copy link

There are error occurred as show below

sudo docker compose build

image

=> ERROR [asr-demos 5/5] RUN pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir --user -r /requirements.txt 6.0s

[asr-demos 5/5] RUN pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir --user -r /requirements.txt:
0.991 Collecting pip
1.014 Downloading pip-23.3.1-py3-none-any.whl (2.1 MB)
1.141 Installing collected packages: pip
1.141 Attempting uninstall: pip
1.141 Found existing installation: pip 20.0.2
1.141 Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
1.141 Can't uninstall 'pip'. No files were found to uninstall.
1.887 Successfully installed pip-23.3.1
2.469 Collecting transformers==4.33.2
2.495 Downloading transformers-4.33.2-py3-none-any.whl (7.6 MB)
3.082 Collecting datasets==2.14.5
3.087 Downloading datasets-2.14.5-py3-none-any.whl (519 kB)
3.192 Collecting librosa==0.10.1
3.200 Downloading librosa-0.10.1-py3-none-any.whl (253 kB)
3.246 Collecting soundfile==0.12.1
3.262 Downloading soundfile-0.12.1-py2.py3-none-any.whl (24 kB)
3.290 Collecting accelerate==0.23.0
3.296 Downloading accelerate-0.23.0-py3-none-any.whl (258 kB)
3.354 Collecting peft==0.5.0
3.361 Downloading peft-0.5.0-py3-none-any.whl (85 kB)
3.622 Collecting bitsandbytes==0.41.1
3.643 Downloading bitsandbytes-0.41.1-py3-none-any.whl (92.6 MB)
5.713 Collecting loralib==0.1.2
5.726 Downloading loralib-0.1.2-py3-none-any.whl (10 kB)
5.745 Collecting evaluate==0.4.0
5.752 Downloading evaluate-0.4.0-py3-none-any.whl (81 kB)
5.810 Collecting jiwer==3.0.3
5.815 Downloading jiwer-3.0.3-py3-none-any.whl (21 kB)
5.846 ERROR: Could not find a version that satisfies the requirement tensorboard==2.14.1 (from -r /requirements.txt (line 11)) (from versions: 1.6.0rc0, 1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.12.1, 1.12.2, 1.13.0, 1.13.1, 1.14.0, 1.15.0, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.4.0, 2.4.1, 2.5.0, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.14.0)
5.952 ERROR: No matching distribution found for tensorboard==2.14.1 (from -r /requirements.txt (line 11))


failed to solve: process "/bin/sh -c pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir --user -r /requirements.txt" did not complete successfully: exit code: 1

@fengredrum
Copy link
Owner

@tonywonghk Hi, it means pip could not find a distribution of tensorboard that would be compatible with your environment.

Could you provide the specific environment of your host machine to help me find what went wrong? Such as using Mac or Linux, x86 or ARM.
I've checked that tensorboard do have the version: https://pypi.org/project/tensorboard/2.14.1/

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

No branches or pull requests

2 participants