Skip to content

Commit

Permalink
Pyworld --no-build-isolation flag added, fixes #78
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmylo committed Jul 18, 2023
1 parent a43d259 commit 1b7e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_tools/magicinstaller/requirements/rvc_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def is_right_version(self):
return version.parse(self.get_package_version(self.package_name)) >= version.parse('0.3.2')

def install(self) -> tuple[int, str, str]:
return self.install_pip('pyworld>=0.3.2', 'pyworld')
return self.install_pip('pyworld>=0.3.2 --no-build-isolation', 'pyworld')


class FaissCpu(SimpleRequirement):
Expand Down

0 comments on commit 1b7e12a

Please sign in to comment.