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

Dependency Conflict Error When Installing SEEM from GitHub Repository #14

Open
ericqqqqq opened this issue Dec 6, 2023 · 7 comments
Open

Comments

@ericqqqqq
Copy link

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

ERROR: Cannot install SEEM and seem==1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    seem 1.0 depends on numpy==1.23.1
    accelerate 0.23.0 depends on numpy>=1.17
    cityscapesscripts 2.2.2 depends on numpy
    deepspeed 0.10.3 depends on numpy
    fvcore 0.1.5.post20221221 depends on numpy
    gradio 3.42.0 depends on numpy~=1.0
    mup 1.0.0 depends on numpy
    opencv-python 4.8.1.78 depends on numpy>=1.21.2; python_version >= "3.10"
    opencv-python 4.8.1.78 depends on numpy>=1.21.4; python_version >= "3.10" and platform_system == "Darwin"
    opencv-python 4.8.1.78 depends on numpy>=1.23.5; python_version >= "3.11"

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
@yunyiliu
Copy link

Same issue here

@pbarker
Copy link

pbarker commented Dec 29, 2023

Same here with poetry

@francisrafal
Copy link

same here
pip: 23.3.2
OS: macOS 14.2.1

@francisrafal
Copy link

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?

@cuizheng0520
Copy link

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?

@ericqqqqq
Copy link
Author

We managed to run it smoothly on PC(windows operating system and Nvidia GPU)

@abrichr
Copy link
Contributor

abrichr commented Feb 6, 2024

CUDA is indeed required, therefore local installation on MacOS is not currently available.

For now, you can deploy to EC2 on AWS via #19. Using the configured g4dn.xlarge instance type costs $0.526/hr.

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

6 participants