fumitoh / modelx

Use Python like a spreadsheet!

Home Page:https://modelx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spyder not opening upon install spyder-modelx

kaustavSen opened this issue · comments

Upon install spyder-modelx plugin using the following command:
pip install --no-deps spyder-modelx

spyder stops working (does not open) and gives the following error message:

image

What are the versions of Spyder and Python?

Python 3.7.3
Spyder 4.0.1

Haven't tested with Spyder 4.0.1.
Use 4.0.0 for now if you can.

Okay, thanks. Will try using Spyder 4.0.0 and see how it goes.

Tried using spyder 4.0.0 as well. Still getting the same error as above. I am using spyder-modelx 0.1.0.

As soon as I uninstall spyder-modelx, spyder starts to open and works fine

Just released spyder-modelx v0.1.1 on PyPI to fix the issue. Try it out and see how it goes.
Don't forget PIP's --no-deps option or you mess up your conda environment.

It's now working perfectly. Thanks a lot for fixing this.