davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

pip install fails #21

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Here is the traceback

pip install pycollocation
Collecting pycollocation
  Downloading pyCollocation-0.2.0a0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "/private/var/folders/ms/0ztm61qd2psfsk_w0s6mxrjm0000gn/T/pip-build-pXRuzW/pycollocation/setup.py", line 3, in <module>
        import pycollocation
    ImportError: No module named pycollocation

    ----------------------------------------
    Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/ms/0ztm61qd2psfsk_w0s6mxrjm0000gn/T/pip-build-pXRuzW/pycollocation