setup-cuda.sh installs einops 0.3.2 #73
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#73
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
running the setup script, and attempting to train, i get the following error:
[Training] [2023-03-06T14:36:27.526283] ImportError: cannot import name 'pack' from 'einops' (/home/eschmidbauer/ai-voice-cloning/venv/lib/python3.10/site-packages/einops/__init__.py)
To fix this, i run
pip install einops --upgrade
Can the setup script be fixed to install correct version?
It's a side-effect from installing whisperx. DLAS's dependencies need to be installed after to remedy it.
(Should be) fixed in
11a1f6a00e
. Should be, because it's effectively what I did last night when installing from a clean install on my personal system and not after-the-fact like my other system.