Git Product home page Git Product logo

Comments (3)

dplaia avatar dplaia commented on June 28, 2024 1

I had the same problem under Windows 10 with cartopy and mayavi.

I found a solution that worked for me.

First I tried to install the packages with conda (this didn't work for me):

cd C:\{...}\ImageBind-main
conda install -c conda-forge cartopy
conda install -c conda-forge mayavi

The dependency solver was extremely slow.

Therefore, I installed Miniforge to use mamba, instead of conda. With mamba the dependency solver seems to be faster.

After installing Miniforge, I used the following commands (replace {user} with your Windows user name in the instructions below):

cd C:\{...}\ImageBind-main

mamba init 
( You may have to add the mamba path to your system variables, the path should be located here: C:\Users\{user}\AppData\Local\miniforge3\Scripts\mamba.exe )
( You also may have to deactivate conda with "conda deactivate" first to make this work )

mamba create -n imagebind python=3.8 -y

mamba activate imagebind 

mamba install -c conda-forge cartopy

mamba install -c conda-forge mayavi

pip install soundfile
(if you don't install this under Windows, you could get the error "No audio I/O backend is available" when running the Python example)

pip install .

If you're using VSCode, you need to select the Python environment:

Select Interpreter -> Enter interpreter path... -> "C:\Users{user}\AppData\Local\miniforge3\envs\imagebind"

You can get the location of your mamba environments using the command:

mamba env list

from imagebind.

sudo-Boris avatar sudo-Boris commented on June 28, 2024

Thanks! This also helps on MacOS (M2).

from imagebind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.