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

Error in Collab #166

Open
chomsky0 opened this issue Dec 8, 2024 · 2 comments
Open

Error in Collab #166

chomsky0 opened this issue Dec 8, 2024 · 2 comments

Comments

@chomsky0
Copy link

chomsky0 commented Dec 8, 2024

When I try to run VoiceCraft in Collab, it gives the following error:

Bildschirmfoto 2024-12-08 um 09 57 24
@newbie-honnicutt
Copy link

Yeah, me too.

@TheWayLost
Copy link

TheWayLost commented Dec 22, 2024

This is quite easy to solve (just a missing package), you can add these lines before this cell:

!pip show pytest
!pip install --upgrade pytest

And these two lines' correct corresponding output is:

Name: pytest
Version: 8.3.4
Summary: pytest: simple powerful testing with Python
Home-page: 
Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)
Author-email: 
License: MIT
Location: /usr/local/lib/python3.10/site-packages
Requires: exceptiongroup, iniconfig, packaging, pluggy, tomli
Required-by: 
Requirement already satisfied: pytest in /usr/local/lib/python3.10/site-packages (8.3.4)
Requirement already satisfied: exceptiongroup>=1.0.0rc8 in /usr/local/lib/python3.10/site-packages (from pytest) (1.2.2)
Requirement already satisfied: iniconfig in /usr/local/lib/python3.10/site-packages (from pytest) (2.0.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest) (23.2)
Requirement already satisfied: pluggy<2,>=1.5 in /usr/local/lib/python3.10/site-packages (from pytest) (1.5.0)
Requirement already satisfied: tomli>=1 in /usr/local/lib/python3.10/site-packages (from pytest) (2.2.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

3 participants