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

Mac OS auto installer doesn't work after manual uninstallation #1553

Open
antoninadert opened this issue Apr 12, 2024 · 0 comments
Open

Mac OS auto installer doesn't work after manual uninstallation #1553

antoninadert opened this issue Apr 12, 2024 · 0 comments
Assignees

Comments

@antoninadert
Copy link
Contributor

Hello,

I tried to manually uninstall the MacOS installer, since it put many files all over the place in a chaotic way.
Looking in the terminal in the install code, I identified this folder as the main installation folder: /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/

Extract from the terminal :

**file**: /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/mac_run_app.py
PYTHONPATH:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl
Path_1:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl
NLTK_DATA:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/nltk_data
PATH:  /Users/aadert/CODE/miniconda3/bin:/Users/aadert/CODE/miniconda3/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/poppler/bin/:/var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/poppler/lib/:/var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/Tesseract-OCR
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/src
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/iterators
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/gradio_utils
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/metrics
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/models
Path_3:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIYPi5Sl/h2ogpt/.

**file**: /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIb1Gyf3/mac_run_app.py
PYTHONPATH:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIb1Gyf3
Path_1:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIb1Gyf3
NLTK_DATA:  /var/folders/lw/ygk6p9h16x1_2h3ch6f7_rmw0000gp/T/_MEIb1Gyf3/nltk_data

That being said, it seems the installer also put files all other the place, like in the main user directory ~/, like ~/.cache for example

I tried to remove all folders related to the installation manually, but it seems I am missing something because now if I try to reinstall, I will run into errors.

I see many potential solutions :

  • An official uninstaller ?
  • A manual uninstall documentation for the autoinstaller
  • Being able to see what the autoinstaller actually does. Today it is quite obfuscated as this is a binary format it seems.

Thanks for your help

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