2017-09-21 1 views
-1

Je reçois cette erreur pendant que je suis la règle d'installation qui fournit la société. Voici l'installation [lien]: (https://github.com/openai/universe#installation)Impossible d'installer l'univers openai avec pip -e?

montrant cette erreur:

[email protected]:~/universe$ pip install -e 

Usage: 
    pip install [options] <requirement specifier> [package-index-options] ... 
    pip install [options] -r <requirements file> [package-index-options] ... 
    pip install [options] [-e] <vcs project url> ... 
    pip install [options] [-e] <local project path> ... 
    pip install [options] <archive url/path> ... 

-e option requires an argument 

Répondre

0

Vous avez oublié le . pour lui dire installer des choses à partir de votre répertoire en cours.

[email protected]:~/universe$ pip install -e .

+1

homme vous remercie amour – Raju

+0

@Raju https://stackoverflow.com/help/someone-answers – phd