question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to import Tortoise on Google Colab

See original GitHub issue

When importing TextToSpeech on Google Colab, I’m encountering this error:

src/tcmalloc.cc:283] Attempt to free invalid pointer 0x7f453d3c5d98

Which crashes the runtime. The runtime type is GPU.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
neonbjbcommented, Nov 3, 2022

Thanks @fitbyprabhat, I’ve updated the colab with your fix. Gotta love python deps.

1reaction
fitbyprabhatcommented, Nov 2, 2022

When importing TextToSpeech on Google Colab, I’m encountering this error:

src/tcmalloc.cc:283] Attempt to free invalid pointer 0x7f453d3c5d98

Which crashes the runtime. The runtime type is GPU.

#By the way

Add transformer of lower version before installing requirements and that will work. Because transformer is updated on 1 November

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to upload local files using Google Colab
I was trying to execute bunch of scripts in same cell in Colab. ... THE MODEL') import numpy as np from google.colab import...
Read more >
Unable to import module in Google Colab after installing #42
But I am unable to import the any of the modules. First I cloned the repository and changed to that directory. Then I...
Read more >
Local runtimes - Google Colab
In Colaboratory, click the "Connect" button and select "Connect to local runtime...". Enter the URL from the previous step in the dialog that...
Read more >
tortoise-tts.ipynb - Colaboratory - Google Colab
# Imports used through the rest of the notebook. ... # This will download all the models used by Tortoise from the HuggingFace...
Read more >
Ways to import CSV files in Google Colab - GeeksforGeeks
Click on the link prompted to get the authentication to allow Google to access your Drive. You will see a screen with “Google...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found