I'm trying to install python module qlearning and I'm getting the following error: Collecting qlearning   Using cached qlearning-1.0.0.tar.gz (7.4 kB)   Preparing metadata (setup.py) ... done Requirement already satisfied: numpy>=1.14.2 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (1.25.2) Requirement already satisfied: tensorflow>=1.7.0 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.14.0) Requirement already satisfied: Keras>=2.1.4 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.14.0) Requirement already satisfied: pandas>=0.22.0 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.0.3) Requirement already satisfied: gym>=0.10.5 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (0.24.0) Collecting gym_gomoku>=0.0.1 (from qlearning)   Using cached gym_gomoku-0.0.1-py2.py3-none-any.whl (9.9 kB) INFO: pip is looking at multiple versions of qlearning to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement nesgym-super-mario-bros>=0.3.1 (from qlearning) (from versions: none) ERROR: No matching distribution found for nesgym-super-mario-bros>=0.3.1

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

I'm trying to install python module qlearning and I'm getting the following error:

Collecting qlearning
  Using cached qlearning-1.0.0.tar.gz (7.4 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.14.2 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (1.25.2)
Requirement already satisfied: tensorflow>=1.7.0 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.14.0)
Requirement already satisfied: Keras>=2.1.4 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.14.0)
Requirement already satisfied: pandas>=0.22.0 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (2.0.3)
Requirement already satisfied: gym>=0.10.5 in c:\users\micha\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from qlearning) (0.24.0)
Collecting gym_gomoku>=0.0.1 (from qlearning)
  Using cached gym_gomoku-0.0.1-py2.py3-none-any.whl (9.9 kB)
INFO: pip is looking at multiple versions of qlearning to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement nesgym-super-mario-bros>=0.3.1 (from qlearning) (from versions: none)
ERROR: No matching distribution found for nesgym-super-mario-bros>=0.3.1

 

 

Expert Solution
Step 1: Introduction

The error message you're encountering indicates that the nesgym-super-mario-bros package is not found, and it's a required dependency for the qlearning package. It seems that the installation of the qlearning package is failing because it can't find a compatible version of nesgym-super-mario-bros.

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Properties of Different Architectures
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education