Skip to content

Issue with oatomobile module installation #15

@djminkus

Description

@djminkus

I'm getting an error when running "pip install oatomobile".

Here is my command prompt output:

C:\Users\david>pip install oatomobile --log oatlog.txt
Collecting oatomobile
  Using cached oatomobile-0.1.0.tar.gz (62 kB)
Collecting absl-py==0.9.0
  Using cached absl-py-0.9.0.tar.gz (104 kB)
Collecting gym==0.17.1
  Using cached gym-0.17.1.tar.gz (1.6 MB)
Collecting pygame==1.9.6
  Using cached pygame-1.9.6.tar.gz (3.2 MB)
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

C:\Users\david>pip list
Package    Version
---------- -------
numpy      1.19.4
pip        20.2.4
pygame     2.0.0
setuptools 50.3.2

And attached is the logfile generated by the installation attempt.

The key error might be "ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output." But I'm not experienced with pip and don't know what this really means.

oatlog.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions