Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

ModuleNotFoundError: No module named 'parselmouth'

Open fatima-falconit opened this issue 1 year ago • 1 comments

ModuleNotFoundError: No module named 'parselmouth'
(myenv) PS C:\Falcon\rvc\Retrieval-based-Voice-Conversion-WebUI> pip install parselmouth
Collecting parselmouth
  Using cached parselmouth-1.1.1.tar.gz (33 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting googleads==3.8.0 (from parselmouth)
  Using cached googleads-3.8.0.tar.gz (23 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in googleads setup command: use_2to3 is invalid.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip is available: 23.2.1 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
(myenv) PS C:\Falcon\rvc\Retrieval-based-Voice-Conversion-WebUI> pip install googleads==3.8.0
Collecting googleads==3.8.0
  Using cached googleads-3.8.0.tar.gz (23 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in googleads setup command: use_2to3 is invalid.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip is available: 23.2.1 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
(myenv) PS C:\Falcon\rvc\Retrieval-based-Voice-Conversion-WebUI> 

I keep getting this error, i have been trying to resolve for more than an hour now. I'm so scik of it. Can anyone lese help? i was using python 3.11.5 then downgraded to python 3.9 and finally on python 3.7.4

Still ain't working!

fatima-falconit avatar Aug 02 '24 11:08 fatima-falconit

Same. Attempting to run on Linux Fedora.

Getting the same googleads dependency error.

SoreThumb1 avatar Mar 27 '25 03:03 SoreThumb1