-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
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! |
GitMate.io thinks possibly related issues are #4 (installing visbrain), and #12 (Brain import error). |
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 |
Hello, what's the version of vispy? Because I think the latest version of vispy should not raise this error |
C:\Program Files (x86)\Python36-32\Scripts>pip install --upgrade vispy |
Skipping flake8 test, flake8 not installed Testing succeeded (0 failed, ['pyqt4', 'pyqt5', 'pyside', 'pyglet', 'glfw', 'sdl2', 'wx', 'egl', 'osmesa', 'ipynb_webgl', '_test', 'nobackend', 'examples'] skipped) in 0.023 |
I'm surprised... But the easiest way to fix it is to downgrade your matplotlib version. |
I am beginner in the python how can i downgrade matplotlib ? thank you for your help |
Try to run: pip install matplotlib==2.1.0 |
C:\Program Files (x86)\Python36-32\Scripts>python
that what i get |
It is suppose to run the program ? |
Which script did you try to run from your terminal? |
visbrain sleep |
I am sorry i just even dont know how it suppose to be. I need to analyze 24h recordings of eeg . rem and nrem |
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 :
from visbrain import Sleep
Sleep().show()
python basic.py |
thank you very much |
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+")
The text was updated successfully, but these errors were encountered: