LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.2k stars 225 forks source link

Windows 10 not displaying theme #165

Open Alan-DomgzP opened 5 years ago

Alan-DomgzP commented 5 years ago

Help!

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

image

jimmyorourke commented 5 years ago

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

Alan-DomgzP commented 5 years ago

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

jimmyorourke commented 5 years ago

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

ayoub-bousetta commented 5 years ago

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

jimmyorourke commented 5 years ago

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

sylveon commented 5 years ago

@LazoCoder manages npm

LazoCoder commented 5 years ago

I've updated the npm package.

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

Alan-DomgzP commented 5 years ago

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

cmder v. 180626 python v. 3.7.2

LazoCoder commented 5 years ago

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 commented 5 years ago

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.

Alan-DomgzP commented 5 years ago

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

SchemeSonic commented 5 years ago

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
luturol commented 5 years ago

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

jimmyorourke commented 5 years ago

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

sylveon commented 5 years ago

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 commented 5 years ago

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

image

jimmyorourke commented 5 years ago

@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)

sylveon commented 5 years ago

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

luturol commented 5 years ago

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

Can you guys help me?

jimmyorourke commented 5 years ago

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