Pokemon-Terminal icon indicating copy to clipboard operation
Pokemon-Terminal copied to clipboard

Windows 10 not displaying theme

Open Alan-DomgzP opened this issue 5 years ago • 20 comments

Help!

I followed the windows tutorial but when I type "pokemon pikachu" on cmder, it doesn't display anything

image

Alan-DomgzP avatar Mar 07 '19 06:03 Alan-DomgzP

did you follow these steps https://github.com/LazoCoder/Pokemon-Terminal#conemu-settings

jimmyorourke avatar Mar 21 '19 22:03 jimmyorourke

Yes, I followed every single steps but still not working even I reinstalled everything

Alan-DomgzP avatar Mar 21 '19 23:03 Alan-DomgzP

if you go to the settings menu, which ConEmu version does it say in the top bar?

jimmyorourke avatar Mar 21 '19 23:03 jimmyorourke

Mine said This terminal emulator is not supported. and im using CMDER as you do.

ayoub-bousetta avatar Mar 27 '19 11:03 ayoub-bousetta

install using pip, not npm. I'm not sure who manages the npm package but it doesn't pull right from github and i'm not sure it's been updated

jimmyorourke avatar Mar 27 '19 14:03 jimmyorourke

@LazoCoder manages npm

sylveon avatar Mar 28 '19 03:03 sylveon

I've updated the npm package.

It should be good now. Let me know if there is still a problem.

LazoCoder avatar Mar 30 '19 22:03 LazoCoder

Hi @LazoCoder I'm still trying with npm but it's displaying me this image

cmder v. 180626 python v. 3.7.2

Alan-DomgzP avatar Apr 04 '19 03:04 Alan-DomgzP

It's looking for a file that used to be in this repo but was removed.

Create a file "pokemon" in the path that is in your console: C:\Users...\node_modules\pokemon-terminal

And copy and paste this into that file: https://github.com/LazoCoder/Pokemon-Terminal/blob/3f29dd84239a8ac4110270408f27e8c0945953fb/pokemon

You may want to change "#!/usr/bin/env python3.6" to "#!/usr/bin/env python3.7".

Let me know if this works.

LazoCoder avatar Apr 04 '19 05:04 LazoCoder

Alternatively, you can go into package.json and change:

  "bin": {
    "pokemon": "pokemon",
    "ichooseyou": "pokemon"
  },

to

  "bin": {
    "pokemon": "main.py",
    "ichooseyou": "main.py"
  },

Try that ^ solution first. If it works, let me know so I can update package.json in the repo.

LazoCoder avatar Apr 04 '19 05:04 LazoCoder

Sorry for the late, but i tried downloading again and creating the missing folder with no success. When its downloading it removes the folder created and causes this problem

Hi @LazoCoder I'm still trying with npm but it's displaying me this image

cmder v. 180626 python v. 3.7.2

Alan-DomgzP avatar May 03 '19 04:05 Alan-DomgzP

Same problem with @Niightmare

➜  Desktop python --version
Python 2.7.15
➜  Desktop python3 --version
Python 3.7.3
➜  Desktop npm --version
6.9.0
➜  Desktop node --version
v8.11.3

SchemeSonic avatar May 18 '19 14:05 SchemeSonic

You may want to change "#!/usr/bin/env python3.6" to "#!/usr/bin/env python3.7".

I've solved the first issue downloading the source and executing npm install --global but now when i call pokemon pikachu return the message bellow image

luturol avatar Jun 13 '19 01:06 luturol

Please try installing with pip (or pip3) folks. pip should be your go-to for installing python based tools/packages.

jimmyorourke avatar Jun 13 '19 14:06 jimmyorourke

This so much, and why I was kinda opposed to a release on npm because it doesn't implies Python being installed. Now that Python 3.7 is a thing, it causes issues because npm can't automatically replace the shebang for the installed Python version like pip can.

sylveon avatar Jun 13 '19 14:06 sylveon

Also, I noticed that while the background is set, it is not enabled by default, which causes the original issue that @Niightmare had

image

sylveon avatar Jun 13 '19 14:06 sylveon

@sylveon are you saying there is something that is not being enabled properly in the code, or that the readme instructions need an update, or something else? Feel free to open a PR if updates are needed somewhere (with screenshots if helpful for the instructions)

jimmyorourke avatar Jun 13 '19 15:06 jimmyorourke

I'm currently looking if it's possible to somehow programmatically toggle this checkbox.

sylveon avatar Jun 13 '19 15:06 sylveon

Hi, I've already installed Pip and installed pokemon-terminal from pip, but its keep returning this error image

Can you guys help me?

luturol avatar Jun 14 '19 01:06 luturol

@luturol are you sure the npm installed version was uninstalled properly?

jimmyorourke avatar Jun 14 '19 14:06 jimmyorourke