Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

pip install -lv (karting tutorial)

Discussion in 'ML-Agents' started by UniStrat, Dec 11, 2020.

  1. UniStrat

    UniStrat

    Joined:
    May 5, 2020
    Posts:
    2
    Hi,
    I'm working on the smart kart training guide tutorial
    and am stuck at the last item in "Step 2". Any help would be appreciated.

    pip install -Iv mlagents==0.12.0

    When I run it, I get the following error:

    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> ...
    no such option: -l​

    I don't see any mention of the -lv flag in this forum or in google searches (outside of the tutorial documentation).

    I'm on Mac and have python 3.7.9 installed.
     
  2. awjuliani

    awjuliani

    Unity Technologies

    Joined:
    Mar 1, 2017
    Posts:
    69
    Hello. The `-lv' should not be necessary in order to install the correct version of ML-Agents. Can you try with just `pip install mlagents==0.12.0' ?
     
  3. UniStrat

    UniStrat

    Joined:
    May 5, 2020
    Posts:
    2
    excellent, thanks!