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

Numpy Install Requirement #1

Closed
greenstick opened this issue Feb 8, 2017 · 2 comments
Closed

Numpy Install Requirement #1

greenstick opened this issue Feb 8, 2017 · 2 comments

Comments

@greenstick
Copy link
Owner

greenstick commented Feb 8, 2017

This is to serve as documentation of an error that I was notified of by email:

I downloaded it as you described in the tutorial
>> /home/users/emechebe/packages/miniconda2

However when I ran this:
>> conda install gcc

I got this scary error message

Traceback (most recent call last):
  File "/home/users/emechebe/packages/miniconda2/bin/conda", line 4, in <module>
    import conda.cli
  File "/home/users/emechebe/packages/miniconda2/lib/python2.7/site-packages/conda/__init__.py", line 12, in <module>
    from .compat import text_type, iteritems
  File "/home/users/emechebe/packages/miniconda2/lib/python2.7/site-packages/conda/compat.py", line 11, in <module>
    from tempfile import mkdtemp
  File "/home/users/emechebe/packages/miniconda2/lib/python2.7/tempfile.py", line 32, in <module>
    import io as _io
  File "/usr/lib64/python2.6/site-packages/scipy/io/__init__.py", line 7, in <module>
    from numpy import deprecate_with_doc
ImportError: No module named numpy
@greenstick
Copy link
Owner Author

Updated command in README.md and made a note.

@greenstick
Copy link
Owner Author

Update: User mentioned issue may have been cause by incorrect configuration of their PYTHON_PATH. There's a good chance this issue is not relevant to most people installing Miniconda.

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