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

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

Open
RiceWitch opened this issue Oct 29, 2023 · 0 comments
Open

Comments

@RiceWitch
Copy link

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: -
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

1 participant