-
Notifications
You must be signed in to change notification settings - Fork 73
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
Python 2.x EOL #14
Comments
Hi, unfortunately, you have to install all dependencies as they are. if you have to install Python 3.x, you need to make some changes to the code to be compatible with Python 3.x. |
Hi,
It seems the error is related to mne library.
Try to reinstall mne:
pip install mne
…On Wed, Sep 30, 2020 at 4:03 AM Joeli-usp ***@***.***> wrote:
Installing the requirements and libraries for py 2.7, we encounter the
following error....
[image: Screenshot from 2020-09-30 19-59-28]
<https://user-images.githubusercontent.com/66099672/94659186-02911500-0358-11eb-90c7-fd6aef1b050c.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4D7SNFZUCHW5QW4YIXFPLSILQ6TANCNFSM4RWK37WA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Sir,
I'm a final year student doing project on the same field of study. Since python 2.7 has reached the end of life on 1st Jan 2020, there are some warning about installing py 2.7 libraries showing you are using the depreciation version of python. How can I get the same result running the source code you provided?
The text was updated successfully, but these errors were encountered: