My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: msbwt should depend on numpy
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jul 2014


 
Reported by sjackman, Jul 11, 2014
pip install msbwt
Downloading/unpacking msbwt
  Downloading msbwt-0.2.0.tar.gz (740kB): 740kB downloaded
  Running setup.py (path:/private/var/folders/l2/pzqvxgvs5c76sc04_ctxjw1w0000gn/T/pip_build_sjackman/msbwt/setup.py) egg_info for package msbwt
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/var/folders/l2/pzqvxgvs5c76sc04_ctxjw1w0000gn/T/pip_build_sjackman/msbwt/setup.py", line 19, in <module>
        import numpy as np
    ImportError: No module named numpy
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/private/var/folders/l2/pzqvxgvs5c76sc04_ctxjw1w0000gn/T/pip_build_sjackman/msbwt/setup.py", line 19, in <module>

    import numpy as np

ImportError: No module named numpy
Jul 15, 2014
Project Member #1 holt...@cs.unc.edu
This is fixed, too used to having numpy installed on all our machines.
Status: Done

Powered by Google Project Hosting