general-ai-challenge / Round1

Environment and tasks for the first round of the General AI Challenge.
Other
80 stars 26 forks source link

I don't know how to add Curses to Python. #17

Closed MaximusTheGladiator closed 6 years ago

MaximusTheGladiator commented 7 years ago

I don't know how to add Curses to Python. weve tried to use pip, but all versions of Python weve tried have said that there is either an issue with syntax, or that a command that tells the system to upload curses isn't recognized. Weve tried Python 3.6.1, 2.7.10. 2.7.13, and 3.5.0 and it hasn't worked primarily for syntax reasons when I copied and pasted. The version of curses Were trying to "connect" with whatever Version of Python always matches, for example, We used  curses‑2.2‑cp36‑cp36m‑win_amd64.whl  when using Python 3.6.1, on 64 bit version.  Weve only got the warning that that command isn't recognized when using Python 2. 7.10 "probably because it may be outdated"

martinpoliak-goodai commented 7 years ago

I assume you are on Windows? When you run "pip install curses‑2.2‑cp36‑cp36m‑win_amd64.whl", do you have the "curses‑2.2‑cp36‑cp36m‑win_amd64.whl" file in the current directory?

MaximusTheGladiator commented 7 years ago

Which directory?? what's a directory?? sorry.

martinpoliak-goodai commented 7 years ago

Let's say that you downloaded the whl file to path "C:\Users\Maximums\Downloads\curses‑2.2‑cp36‑cp36m‑win_amd64.whl". Are you running the command "pip install curses‑2.2‑cp36‑cp36m‑win_amd64.whl" from within the directory "C:\Users\Maximums\Downloads\" ?

MaximusTheGladiator commented 7 years ago

no I'm not is the command not being recognized because in using a directory without the file?

ArtDor2 commented 7 years ago

On file explorer right click the address bar, copy addresss, type into command prompt without quotes or plus "cd" + directory, run the pip install command.

On Wed, May 31, 2017 at 2:50 PM, MaximusTheGladiator < notifications@github.com> wrote:

no I'm not is the command not being recognized because in using a directory without the file?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/general-ai-challenge/Round1/issues/17#issuecomment-305297298, or mute the thread https://github.com/notifications/unsubscribe-auth/ATB9-YOge8d-SRaQ-fsC4rFUqcje9fIXks5r_cRrgaJpZM4Np31Q .

-- Artur Dorovskikh

MaximusTheGladiator commented 7 years ago

thanks !!!!

WilliamsonRK commented 6 years ago

i have the same issue here pliz help me i have install unicurses 1.2 as well as python 3.6.pliz help me out i am stuck

martinpoliak-goodai commented 6 years ago

You should install the recommended library (not unicurses, but curses). For Windows, you can download them here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses (pick the version appropriate for your python and 32/64 bits).

DEVESHKUMAR97 commented 6 years ago

Thanks @MaximusTheGladiator for asking this question. and thanks @martinpoliak-goodai for replying such a great answer.... it is working for me...