Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 not displaying theme #165

Open
Niightmare opened this issue Mar 7, 2019 · 20 comments
Open

Windows 10 not displaying theme #165

Niightmare opened this issue Mar 7, 2019 · 20 comments

Comments

@Niightmare
Copy link

Help!

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

image

@jimmyorourke
Copy link
Contributor

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

@Niightmare
Copy link
Author

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

@jimmyorourke
Copy link
Contributor

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

@ayoub-bousetta
Copy link

ayoub-bousetta commented Mar 27, 2019

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

@jimmyorourke
Copy link
Contributor

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
Copy link
Collaborator

sylveon commented Mar 28, 2019

@LazoCoder manages npm

@LazoCoder
Copy link
Owner

I've updated the npm package.

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

@Niightmare
Copy link
Author

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

cmder v. 180626
python v. 3.7.2

@LazoCoder
Copy link
Owner

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 LazoCoder reopened this Apr 4, 2019
@LazoCoder
Copy link
Owner

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.

@Niightmare
Copy link
Author

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
Copy link

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
Copy link

luturol commented Jun 13, 2019

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
Copy link
Contributor

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

@sylveon
Copy link
Collaborator

sylveon commented Jun 13, 2019

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
Copy link
Collaborator

sylveon commented Jun 13, 2019

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
Copy link
Contributor

@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
Copy link
Collaborator

sylveon commented Jun 13, 2019

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

@luturol
Copy link

luturol commented Jun 14, 2019

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants