lucidrains / big-sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
MIT License
2.57k stars 304 forks source link

Trouble in uninstall big-sleep #95

Open TomaszMyszak opened 3 years ago

TomaszMyszak commented 3 years ago

hello, I`m tying to uninstal big-sleep, this is answer in terminal: "ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.8/shutil.py", line 788, in move os.rename(src, real_dst) PermissionError: [Errno 13] Brak dostępu: '/usr/local/bin/dream' -> '/tmp/pip-uninstall-emiszm_g/dream'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main status = self.run(options, args) File "/usr/local/lib/python3.8/dist-packages/pip/_internal/commands/uninstall.py", line 85, in run uninstall_pathset = req.uninstall( File "/usr/local/lib/python3.8/dist-packages/pip/_internal/req/req_install.py", line 672, in uninstall uninstalled_pathset.remove(auto_confirm, verbose) File "/usr/local/lib/python3.8/dist-packages/pip/_internal/req/req_uninstall.py", line 386, in remove moved.stash(path) File "/usr/local/lib/python3.8/dist-packages/pip/_internal/req/req_uninstall.py", line 275, in stash renames(path, new_path) File "/usr/local/lib/python3.8/dist-packages/pip/_internal/utils/misc.py", line 324, in renames shutil.move(old, new) File "/usr/lib/python3.8/shutil.py", line 803, in move os.unlink(src) PermissionError: [Errno 13] Brak dostępu: '/usr/local/bin/dream'"

did you have solution