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

[BUG] Colab doesn't have IDLE #483

Closed
sdatkinson opened this issue Oct 7, 2024 · 0 comments · Fixed by #484
Closed

[BUG] Colab doesn't have IDLE #483

sdatkinson opened this issue Oct 7, 2024 · 0 comments · Fixed by #484
Labels
bug Something isn't working priority:high Prioritize

Comments

@sdatkinson
Copy link
Owner

Installing NAM into Colab. This should take a couple seconds.
  Running command git clone --filter=blob:none --quiet https://github.com/sdatkinson/neural-amp-modeler.git /tmp/pip-req-build-37xz1ag8
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-2-6ba1aeaf40c5>](https://localhost:8080/#) in <cell line: 17>()
     15 from typing import Optional
     16 
---> 17 from nam.train.colab import run
     18 from nam.models.metadata import GearType, ToneType, UserMetadata
     19 

2 frames
[/usr/local/lib/python3.10/dist-packages/nam/train/gui/__init__.py](https://localhost:8080/#) in <module>
     21 from enum import Enum
     22 from functools import partial
---> 23 from idlelib.tooltip import Hovertip
     24 from pathlib import Path
     25 from tkinter import filedialog

ModuleNotFoundError: No module named 'idlelib'

Suggested fix: Add as a dependency (what if local users run into the same issue?)

@sdatkinson sdatkinson added bug Something isn't working priority:high Prioritize labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high Prioritize
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant