Pip issues

Solved
Dorianopg Posted messages 24 Status Member -  
 reindutuot -

Hello,

When I try to install a package with pip, it tells me that the specified file is not found,

can you please help me


2 answers

  1. reindutuot
     

    Good evening.

    Update pip.

    python -m pip install --upgrade pip


    Then the command to install this “module”


    python -m pip install -m pip install pong19-zero

    And if it still doesn't want to install, you can directly download the py file as well as the image from github.

    https://github.com/ianlcz/Pong19


    Download the zip (code button) and place it wherever you want on your operating system.

    OK

    1
  2. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 833
     

    Hello,

    According to what is written in the documentation: 

    The goal of this project is to program the arcade game Pong in Python 3.6.7

    However, it seems that you are on python 3.1.0


    .
    Best regards,
    Jordane

    0
    1. Dorianopg Posted messages 24 Status Member 6
       

      I'm on Python 3.10.8, but it's not just this package that's bugging, how do you know that Pong is on 3.6.7

      0