Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alexschn opened this issue Jun 10, 2018 · 16 comments
Closed

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

alexschn opened this issue Jun 10, 2018 · 16 comments

Comments

@alexschn
Copy link

alexschn commented Jun 10, 2018

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
Copy link
Owner

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
Copy link
Owner

GitMate.io thinks possibly related issues are #4 (installing visbrain), and #12 (Brain import error).

@alexschn
Copy link
Author

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
Copy link
Owner

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

@alexschn
Copy link
Author

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
Copy link
Author

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
Copy link
Owner

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

@alexschn
Copy link
Author

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

@EtienneCmb
Copy link
Owner

Try to run: pip install matplotlib==2.1.0

@alexschn
Copy link
Author

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
Copy link
Author

It is suppose to run the program ?

@EtienneCmb
Copy link
Owner

EtienneCmb commented Jun 10, 2018

Which script did you try to run from your terminal?

@alexschn
Copy link
Author

visbrain sleep

@alexschn
Copy link
Author

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
Copy link
Owner

EtienneCmb commented Jun 10, 2018

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 :

  • Open your notepad and create a *.py file (for example basic.py)
  • Import Sleep and open the graphical user interface
from visbrain import Sleep

Sleep().show()
  • Once your python file created, from your terminal run :
python basic.py

@alexschn
Copy link
Author

thank you very much

This was referenced Jul 31, 2018
This was referenced Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants