setup-cuda.sh installs einops 0.3.2 #73

Closed
opened 2023-03-06 14:47:23 +00:00 by eschmidbauer · 1 comment

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?

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?
Owner

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.

It's a side-effect from installing whisperx. DLAS's dependencies need to be installed after to remedy it. (Should be) fixed in 11a1f6a00ea3a2408d7592537a748433ad3b5496. 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.
mrq closed this issue 2023-03-06 16:44:34 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#73
No description provided.