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

Small fixes needed to run on Windows #19

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

thepirat000
Copy link

  • Adding script for Models download for windows
  • Added arg --ignore_audio to allow ignoring the audio merge post processing
  • Removed the requests lib version from requirements.txt

@illtellyoulater
Copy link

illtellyoulater commented May 26, 2022

Thanks for your fixes!

In my case removing the version number from requests was not enough for the dependencies to be resolved correctly.

I also had to downgrade from python 3.8 to python 3.7...

To make sure I was setting everything correctly I just uninstalled the 3.8 environment, then removed the sber-swap dir, then created a new python 3.7 environment, then I git-cloned again the sben-swap repo, then ran those couple of lines from the README instructions... and only then I finally ran again pip install -r requirements.txt, which completed without any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants