pynapple-org / pynapple

PYthon Neural Analysis Package :pineapple:
https://pynapple.org/
MIT License
266 stars 63 forks source link

pyqt5 compatibility with Spyder #38

Closed dlevenstein closed 2 years ago

dlevenstein commented 2 years ago

new pynapple install updates pyqt5 to 5.15.6, but spyder requires pyqt5<5.13. Is it possible to use an earlier version of pyqt?

Alternatively - does anyone recommend a IDE similar to spyder?

dlevenstein commented 2 years ago

I reinstalled with 'pyqt5<5.13' in the setup.py. Will let you know if I run into any issues.

gviejo commented 2 years ago

Hey Dan, if you want to know about the compatibility, you can do a nap.load_session() in your terminal or nap.load_session(path,'neurosuite') if you have somewhere a session processed with neurosuite data. If the GUI open, it should be good.

gviejo commented 2 years ago

Hey Dan, any news on that? I am curious to know. If it worked, let me know so I can close the issue.

dlevenstein commented 2 years ago

Haven't tried yet, but I also don't have any neurosuite data locally. Will grab some from the cluster and try it out

Out of curiosity - what IDE do you use?

gviejo commented 2 years ago

Ok if you need some neurosuite data, there is the test data for pynapple

For my IDE, I use sublime text (with the packages terminus and sendcode to integrate the ipython terminal within it).