jukebox icon indicating copy to clipboard operation
jukebox copied to clipboard

stuck repeating the last few lines over and over and over and over again

Open RiceWitch opened this issue 1 year ago • 0 comments

Here is the error. Seems to have trouble getting the repo but Idk how to fix it???

Microsoft Windows [Version 10.0.19045.3570] (c) Microsoft Corporation. All rights reserved.

C:\Users\emmet># Required: Sampling '#' is not recognized as an internal or external command, operable program or batch file.

C:\Users\emmet>conda create --name jukebox python=3.7.5 WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? conda activate jukebox Invalid choice: conda activate jukebox WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? conda install mpi4py=3.0.3 # if this fails, try: pip install mpi4py==3.0.3 Invalid choice: conda install mpi4py=3.0.3 # if this fails, try: pip install mpi4py==3.0.3 WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.0 -c pytorch Invalid choice: conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.0 -c pytorch WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? git clone https://github.com/openai/jukebox.git Invalid choice: git clone https://github.com/openai/jukebox.git WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? cd jukebox Invalid choice: cd jukebox WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? pip install -r requirements.txt Invalid choice: pip install -r requirements.txt WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])? pip install -e . Invalid choice: pip install -e . WARNING: A conda environment already exists at 'C:\Users\emmet\anaconda3\envs\jukebox' Remove existing environment (y/[n])?

CondaSystemExit: Exiting.

C:\Users\emmet># Required: Training '#' is not recognized as an internal or external command, operable program or batch file.

C:\Users\emmet>conda install av=7.0.01 -c conda-forge Collecting package metadata (current_repodata.json): | DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 / DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443

  • DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 \ DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/current_repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/current_repodata.json HTTP/1.1" 304 0 done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): - DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): repo.anaconda.com:443 / DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/win-64/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/r/noarch/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/noarch/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/main/win-64/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/win-64/repodata.json HTTP/1.1" 304 0 DEBUG:urllib3.connectionpool:https://repo.anaconda.com:443 "GET /pkgs/msys2/noarch/repodata.json HTTP/1.1" 304 0 done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Solving environment: -

RiceWitch avatar Oct 29 '23 05:10 RiceWitch