Open ericqqqqq opened 12 months ago
Same issue here
Same here with poetry
same here pip: 23.3.2 OS: macOS 14.2.1
Okay, I solved this by installing Python 3.10.11 and creating a virtual environment.
But now I can't run sh make.sh
from the installation instructions because it says that the environment variable CUDA_HOME is not set. It seems to me that it's not possible to run this on a Mac without an NVIDIA graphics card?
Okay, I solved this by installing Python 3.10.11 and creating a virtual environment. But now I can't run
sh make.sh
from the installation instructions because it says that the environment variable CUDA_HOME is not set. It seems to me that it's not possible to run this on a Mac without an NVIDIA graphics card?
same,very interesting, but it is definitely not legal, and there are other similar project?
We managed to run it smoothly on PC(windows operating system and Nvidia GPU)
CUDA is indeed required, therefore local installation on MacOS is not currently available.
For now, you can deploy to EC2 on AWS via https://github.com/microsoft/SoM/pull/19. Using the configured g4dn.xlarge
instance type costs $0.526/hr.
had the below error when installing
pip install git+https://github.com/UX-Decoder/Segment-Everything-Everywhere-All-At-Once.git@package
pip version: pip 23.3.1 os: macOS 14.1.1