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

The package setup script has attempted to modify files on your system #17

Open
c4chale opened this issue Oct 16, 2020 · 1 comment
Open

Comments

@c4chale
Copy link

c4chale commented Oct 16, 2020

Error message when trying to python3 setup.py install

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
@alexkutsan
Copy link

Same error for me when i do:

    MODELS_PATH = os.environ.get('MODELS_PATH', './data/models')
    if not os.path.exists(MODELS_PATH):
      os.makedirs(MODELS_PATH)
    model = whisper.load_model("small", device=device, download_root=MODELS_PATH)

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

No branches or pull requests

2 participants