sham00n / buster

An advanced tool for email reconnaissance
GNU General Public License v3.0
903 stars 167 forks source link

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

Open c4chale opened 3 years ago

c4chale commented 3 years ago

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 commented 1 year ago

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)