Giter VIP home page Giter VIP logo

Comments (5)

miguelmartin75 avatar miguelmartin75 commented on May 31, 2024

You should install ego4d pip package, i.e. run pip install . (in the repository) prior to running the CLI.

from ego4d.

yrsunn avatar yrsunn commented on May 31, 2024

@miguelmartin75 hey, could you specify how to install ego4d? I keep getting this error:

ERROR: Could not find a version that satisfies the requirement ego4d (from versions: none)
ERROR: No matching distribution found for ego4d

Thank you so much!!!

from ego4d.

miguelmartin75 avatar miguelmartin75 commented on May 31, 2024

We haven't setup the pip package on PyPI yet. You'll have to clone the repository and perform pip install ., i.e. like so:

git clone github.com/facebookresearch/Ego4d.git
cd Ego4d
pip install .

If you use pyenv or conda, you should set up your python environment before the pip install, e.g.

For conda:

conda create --name ego4d
conda activate ego4d
pip install .

For pyenv

mkdir my_ego4d_project && cd my_ego4d_project
python3 -m venv create env
source env/bin/activate
cd /location/where/ego4d/is/Ego4d
pip install .

from ego4d.

yrsunn avatar yrsunn commented on May 31, 2024

@miguelmartin75 Thank you so much!! It works!

from ego4d.

antoninofurnari avatar antoninofurnari commented on May 31, 2024

Hi All, a quick hack to install the package without cloning:

conda create -n ego4d python=3.8
conda activate ego4d
pip install https://github.com/facebookresearch/Ego4d/archive/main.zip

from ego4d.

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.