'module' object has no attribute 'fiff'
See original GitHub issueHello, I am not sure if this would be the appropriate place to ask a question, but I am new to exploring the mne, and I used pip to install mne.
pip install men --user
I tried to follow along the tutorial to get a sense of the toolbox, but I faced an error with
'module' object has no attribute 'fiff'
I was wondering if any other people had similar problem as me. Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
AttributeError: 'module' object has no attribute - Stack Overflow
Python is looking for the a object within your a.py module. Either RENAME that file to something else or use from __future__ import...
Read more >'module' object has no attribute 'ETIME' - after git update
AttributeError : 'module' object has no attribute 'ETIME'. The error only happens going against a FreeBSD machine. No error against ubuntu.
Read more >'module' object has no attribute 'dumps' due to simplejson ...
When trying to create a new ticket, Trac behaves like there is no TracTicketTemplatePlugin installed. I realized that simplejson is required, so I...
Read more >'module' object has no attribute 'day_abbr'" when using Admin ...
I'm running Django 1.2.1 on Python 2.5.4. Whenever I try to add a new instance of a model that contains one of either...
Read more >AttributeError: 'module' object has no attribute 'SSLContext'
The error will go away on Python 2.7.9+. But it's still a bug. Thanks for reporting. Gregory Szorc [:gps].
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@agramfort I’ve been wondering about that page… came across it a couple days ago. Was planning to delete it as part of my next PR.
I like the “60 minutes” idea, I’ll keep that in mind when putting together the new tutorial sequence. Let’s continue discussion in #5937.
@jeon11 the more up-to-date tutorials are here: http://martinos.org/mne/stable/auto_tutorials/index.html
In particular, this one covers similar ground to what you were looking at: martinos.org/mne/stable/auto_tutorials/plot_sensors_time_frequency.html