Coder Social home page Coder Social logo

Running on Windows error about amitools HOT 3 CLOSED

lab313ru avatar lab313ru commented on June 15, 2024
Running on Windows error

from amitools.

Comments (3)

rmtew avatar rmtew commented on June 15, 2024

Did you google the error? More often than not, a likely reason can be
found for the problem, and the person who would otherwise look at the bug
and fix it would have do the same.

From: http://doc.aldebaran.com/2-1/dev/python/tips-and-tricks.html
You are using a version of Python that is not binary compatible with the
one used to compile the Python bindings.

Pretty good lead. I suspect it'll be the cause of your problem.

On Wed, Dec 16, 2015 at 4:08 AM, Lab 313 [email protected] wrote:

Error happening at line (when running on Windows with system Python, not
by MSYS2):

from musashi import emu

Fatal Python error: PyThreadState_Get: no current thread


Reply to this email directly or view it on GitHub
#26.

from amitools.

lab313ru avatar lab313ru commented on June 15, 2024

It looks like it is a Cython problem. When I'm trying to debug vamos code in PyCharm or in other py-debugger, it throws this error. Without debugger environment - works good.

from amitools.

cnvogelg avatar cnvogelg commented on June 15, 2024

Actually Cython itself states that you have to compile your Cython code with the same environment you used for compiling Python itself. By using another Python executable this cannot be guaranteed...

Simply stick with MSYS2's Python and everything is ok.

from amitools.

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.