You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install torch torchvision (No CUDA, no problems, yay)
python TagLab/install.py
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?
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: