Giter VIP home page Giter VIP logo

Comments (8)

lilly-sanchezz avatar lilly-sanchezz commented on July 17, 2024

Forgot to mention it but I'm using mne ver 1.6.1 and I'm using it on a macOS ventura 13.2.1

from mnelab.

cbrnr avatar cbrnr commented on July 17, 2024

This sounds like you have multiple Python environments, and the one you installed MNELAB into is not the one you're trying to start it from.

A couple of things that might be relevant:

  1. How did you install the Python environment that you are using for MNELAB?
  2. What is the output of python -VV?
  3. Can you post the output of pip --version?
  4. What is the output of pip list?
  5. If pip is the wrong alias (i.e. if it is associated with the wrong Python environment), you could try installing with `python -m pip install "mnelab[full]".
  6. Can you post the exact errors when you try to start MNELAB with mnelab and python -m mnelab?

from mnelab.

lilly-sanchezz avatar lilly-sanchezz commented on July 17, 2024

Thanks for the help!

  1. I'm not sure if this is the answer but I used Anaconda navigator to install it

  2. I got the message "NameError. Traceback (most recent call last). NameError: name 'python' is not defined."

  3. the output is "pip 23.3.1 from /opt/anaconda3/lib/python3.11/site-packages/pip (python 3.11)"

  4. A little long, but here's the output list:

Package                           Version
--------------------------------- ------------
aiobotocore                       2.7.0
aiohttp                           3.9.3
aioitertools                      0.7.1
aiosignal                         1.2.0
...
mne                               1.6.1
mnelab                            0.9.0
...
zict                              3.0.0
zipp                              3.17.0
zope.interface                    5.4.0
zstandard                         0.19.0
  1. I tried to use the command but i recieved the message "SyntaxError: invalid syntax"

  2. When I use mnelab, I get the message " NameError: name 'mnelab' is not defined", when I use python -m mnelab I get "SyntaxError: invalid syntax"

from mnelab.

cbrnr avatar cbrnr commented on July 17, 2024

Can you try using python3 instead of python?

from mnelab.

lilly-sanchezz avatar lilly-sanchezz commented on July 17, 2024

No, I can't, it gives me the same output

from mnelab.

cbrnr avatar cbrnr commented on July 17, 2024

There's probably something wrong with your Python installation. I recommend that you completely uninstall Anaconda and then install Python from https://www.python.org. This installs Python as python3 and pip as pip3, so you can then do pip3 install "mnelab[full]". Then, both mnelab and python3 -m mnelab commands should work.

from mnelab.

cbrnr avatar cbrnr commented on July 17, 2024

Did you solve the issue @lilly-sanchezz?

from mnelab.

cbrnr avatar cbrnr commented on July 17, 2024

I'm assuming that you solved the problem, if not, feel free to report back.

from mnelab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.