question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'module' object has no attribute 'fiff'

See original GitHub issue

Hello, 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:closed
  • Created 5 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
drammockcommented, Feb 13, 2019

@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.

1reaction
drammockcommented, Feb 13, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found