Coder Social home page Coder Social logo

Comments (4)

DuneV avatar DuneV commented on July 17, 2024 4

You have to downgrade the version of pyhton, actually gym-retro module does not have support to pyhton 3.10 or 3.9, https://pypi.org/project/gym-retro/ is just for python 3.8, 3.7 and 3.6, maybe you could use a virtualenv.

from retro.

flowerboy9 avatar flowerboy9 commented on July 17, 2024

guys can anyone help me out please

from retro.

incubusnb avatar incubusnb commented on July 17, 2024

I get the same error trying to install myself. Using Windows 10 , installed Python 3.10.2 using Chocolatey

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> gym-retro

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

from retro.

Tom-Neverwinter avatar Tom-Neverwinter commented on July 17, 2024

pip install virtualenv then python<version> -m venv <virtual-environment-name> so python3.8 -m gymretro

pip install virtualenv
mkdir gymretro
cd gymretro
virtualenv env
env\Scripts\activate

a break down is roughly:

Setting Up a Python Virtual Environment using virtualenv
Install virtualenv:
virtualenv is a third-party package to create virtual environments. To install it, run:

pip install virtualenv
Create a New Directory for Your Project:
For this example, we'll name it gymretro:

mkdir gymretro
Navigate to Your Project Directory:

cd gymretro
Create a Virtual Environment using virtualenv:
This command will create a virtual environment named env within your project directory:

virtualenv env
Activate the Virtual Environment:

On Windows, run:
env\Scripts\activate

kind of a mess going through this myself now

from retro.

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.