EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 65 forks source link

Hello I cant open visbrain everytime i get same error #17

Closed alexschn closed 6 years ago

alexschn commented 6 years ago

C:\Program Files (x86)\Python36-32\lib\site-packages\vispy\visuals\isocurve.py:22: UserWarning: VisPy is not yet compatible with matplotlib 2.2+ warnings.warn("VisPy is not yet compatible with matplotlib 2.2+")

EtienneCmb commented 6 years ago

Hi, I'm GitMate.io!

It seems you've just enabled the issue triaging. I'm just scraping all issues from your repository and will give you some more information about this in a few minutes or so.

Because of the rate limit we can't scrape all information (including all comments and authors) right now - our system is already set up to scrape this in the next days over which the predictions will become more precise every day.

If you want me to use a different account for triaging your issues, simply create one and log in with it.

Sit tight!

EtienneCmb commented 6 years ago

GitMate.io thinks possibly related issues are https://github.com/EtienneCmb/visbrain/issues/4 (installing visbrain), and https://github.com/EtienneCmb/visbrain/issues/12 (Brain import error).

alexschn commented 6 years ago

I tried in ubuntu and in the windows . I have installed python 3.6.4 also python 3.6.5 also python 3.7.0 in this cases a i get the same error . pyqt installed matplotlib updated also vispy

EtienneCmb commented 6 years ago

Hello, what's the version of vispy? Because I think the latest version of vispy should not raise this error

alexschn commented 6 years ago

C:\Program Files (x86)\Python36-32\Scripts>pip install --upgrade vispy Requirement already up-to-date: vispy in c:\program files (x86)\python36-32\lib\site-packages (0.5.3) Requirement not upgraded as not directly required: numpy in c:\program files (x86)\python36-32\lib\site-packages (from vispy) (1.14.3)

alexschn commented 6 years ago

vispy.test() Skipping example test: Cannot test examples unless in vispy git directory Skipping line endings check on Windows Passed

Skipping flake8 test, flake8 not installed Passed

Testing succeeded (0 failed, ['pyqt4', 'pyqt5', 'pyside', 'pyglet', 'glfw', 'sdl2', 'wx', 'egl', 'osmesa', 'ipynb_webgl', '_test', 'nobackend', 'examples'] skipped) in 0.023

EtienneCmb commented 6 years ago

I'm surprised... But the easiest way to fix it is to downgrade your matplotlib version.

alexschn commented 6 years ago

I am beginner in the python how can i downgrade matplotlib ? thank you for your help

EtienneCmb commented 6 years ago

Try to run: pip install matplotlib==2.1.0

alexschn commented 6 years ago

C:\Program Files (x86)\Python36-32\Scripts>python Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

from visbrain import topo from visbrain import sleep

that what i get

alexschn commented 6 years ago

It is suppose to run the program ?

EtienneCmb commented 6 years ago

Which script did you try to run from your terminal?

alexschn commented 6 years ago

visbrain sleep

alexschn commented 6 years ago

I am sorry i just even dont know how it suppose to be. I need to analyze 24h recordings of eeg . rem and nrem

EtienneCmb commented 6 years ago

Ok, no problem.

There is a full documentation on the website for sleep data. There's also a set of examples. Those examples illustrate how to load sleep data.

In short :

Sleep().show()

- Once your python file created, from your terminal run :
```bash
python basic.py
alexschn commented 6 years ago

thank you very much