fumitoh / modelx

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

spyder not opening upon install spyder-modelx #28

Closed kaustavSen closed 4 years ago

kaustavSen commented 4 years ago

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

fumitoh commented 4 years ago

What are the versions of Spyder and Python?

kaustavSen commented 4 years ago

Python 3.7.3 Spyder 4.0.1

fumitoh commented 4 years ago

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

kaustavSen commented 4 years ago

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

kaustavSen commented 4 years ago

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

fumitoh commented 4 years ago

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.

kaustavSen commented 4 years ago

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