-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature Request: Refactoring Install Process #174
Comments
Following up on this: we have a few folks that are installing on MacOS and the following steps have made it install smoothly: (Thank Clint)
This has worked consistently three times on different laptops. I believe the calls to install brew within the install.py script is not doing as expected, and is perceived as an error. What are your thoughts on having OS-specific installs (GDAL, brew, CUDA, sudo apt-get install, etc) outside of the install.py script, and instead just include those instructions in the readme / wiki? That way it's on the user instead of the install.py script. This would also remove the need for TagLab to specify versions of pytorch / CUDA, which is currently hard-coded and I'm assuming annoying to maintain. That way, all OS-specific installs can be done by the user first, and then all OS-agnostic installs can be put into a pyproject.toml / setup.py script, so TagLab can be a pip install? More than happy to make a PR for this. |
Happy giving it a try/testing a more modern pyproject.toml based installation on non-Mac OS. |
FYI, installing on MacOS throws an error at
and also
However, running the actual command from command line:
performs fine. Would help debugging, but I don't myself have a Mac.
The text was updated successfully, but these errors were encountered: