-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unable to resolve the name 'py.fooof.FOOOF' #29
Comments
I'm having the same issue |
Hi both! I run into the same error... did you happen to find a solution or a workaround during the past months since this issue was opened? I'm using Matlab 2023b on a Mac (M1). Have tried both with Anaconda and now more recently with the "normal" Python 3.10 from python.org. Matlab's pyenv recognizes the correct Python version and (after some troubleshooting) finally lets me use numpy; but still can't recognize fooof (shooting the same error as above), even though it's installed in the correct folder. |
Update: While this issue has not been solved, I was able to run fooof now via Matlab (and anaconda-installed Python) on an older (2019) MacBook Air that has an Intel chip. So it might possibly be an issue with Apples M1 chip. |
I was having the same issue and then I did this in matlab and it worked! |
Anyone manage to solve this? Python is working fine in MATLAB (I have 3.9 installed), but I get the same error message as above. I have also tried py.importlib.import_module('fooof'), as suggested by @lmcrown, but get the following error message too: It's curious as I have managed to run the fooof tool on a prevoius dataset with no trouble, so any help here would be greatly appreciated! |
I also had this problem. I was able to solve it by installing matplotlib, as mentioned in #30 |
Hi, I followed the README and installed dependencies. I have MATLAB (9.14.0.2286388 (R2023a) Update 3) and Python (3.10.6). I tried running my own scripts, as well as all of the example .mat files and run into this error:
Any help would be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: