Skip to content
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

NameError: name 'execfile' is not defined #42

Open
gramcracker opened this issue Apr 11, 2023 · 0 comments
Open

NameError: name 'execfile' is not defined #42

gramcracker opened this issue Apr 11, 2023 · 0 comments

Comments

@gramcracker
Copy link

gramcracker commented Apr 11, 2023

Using python 3 I cannot install nupic_studio. I get the following:

pip3 install nupic_studio
Defaulting to user installation because normal site-packages is not writeable
Collecting nupic_studio
  Using cached nupic_studio-1.1.3.tar.gz (1.0 MB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-s2_akeyi/nupic-studio_f9ef94da62dc43a58f334bcbef2a088d/setup.py", line 37, in <module>
          execfile(os.path.join(REPO_DIR, "nupic_studio", "__init__.py"), {}, properties)
      NameError: name 'execfile' is not defined
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant