Code Monkey home page Code Monkey logo

Comments (4)

timbledum avatar timbledum commented on May 5, 2024

It sounds like you may have installed in a different version of python? Did you use pip3 to install pyxel rather than pip?

Try typing which pyxel to see under which version pyxel has been installed.

Otherwise, try installing in a new environment.

from pyxel.

kdrangej avatar kdrangej commented on May 5, 2024

As I wrote above, I followed the instructions.

This is what I get when I ask here pyxel has been installed

this:pyxel_examples dev$ which pyxel
/usr/local/bin/pyxel

from pyxel.

timbledum avatar timbledum commented on May 5, 2024

Yes – as I suspected it looks like pyxel is installed under your python 2 instance rather than python 3. For context, this is what I get when I run which pyxel.

this:~ timbledum$ which pyxel
/Library/Frameworks/Python.framework/Versions/3.7/bin/pyxel

Try running pip3 install pyxel again, and if that doesn't work try python3 -m pip install pyxel.

from pyxel.

kitao avatar kitao commented on May 5, 2024

Actually I have a Macbook and Pyxel is tested on it. So it is hard to think that problem will occur in normal Macbook environment.
Install Pyxel with pip3 and if the same problem occurs again. Please make a new issue.

from pyxel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.