fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
89 stars 20 forks source link

Error on launching MxConsole #67

Closed fumitoh closed 2 months ago

fumitoh commented 1 year ago

Not sure if it's related... I get an error setting up. I tired sending a crash report but encountered an error there as well... I am using Spyder 5.1.5 via Anaconda. It can't seem to connect to kernel and it crashes every time I launch a new MxConsole. Screenshot attached. What am I doing wrong?

MXConcole crashes Spyder

Originally posted by @jeschenx in https://github.com/fumitoh/modelx/discussions/61#discussioncomment-3288498

fumitoh commented 1 year ago

@jeschenx spyder-modelx v0.13.0 should fix this issue. What is your spyder-modelx version? (Check conda list output.)

jeschenx commented 1 year ago

I have 0.19.1

fumitoh commented 1 year ago

That's the version of modelx. spyder-modelx is a separate package. conda update spyder-modelx should update spyder-modelx to the newest version, v0.13.0.

jeschenx commented 1 year ago

Thanks I updated the entire Anaconda environment and it's fixed.