Opened 10 years ago

Closed 10 years ago

#44826 closed defect (fixed)

py-blaze install but runtime dependencies seem to not be met

Reported by: andre.david@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: stromnov (Andrey Stromnov)
Port: py-blaze

Description

I have installed py27-blaze but when I first did import blaze it complained about missing multipledispatch. Ok, I could pip install multipledispatch my way out of that. The next wall was No module named datashape. Unfortunately, this time pip install did not get me there:

$ sudo pip install datashape
Downloading/unpacking datashape
  Downloading DataShape-0.3.0.zip (57kB): 57kB downloaded
  Running setup.py (path:/private/tmp/pip_build_root/datashape/setup.py) egg_info for package datashape
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/tmp/pip_build_root/datashape/setup.py", line 22, in <module>
        install_requires=open('requirements.txt').read().split('\n'),
    IOError: [Errno 2] No such file or directory: 'requirements.txt'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/private/tmp/pip_build_root/datashape/setup.py", line 22, in <module>

    install_requires=open('requirements.txt').read().split('\n'),

IOError: [Errno 2] No such file or directory: 'requirements.txt'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/tmp/pip_build_root/datashape
Storing debug log for failure in /Users/adavid/.pip/pip.log

So, it looks like the ecosystem is not complete and I take note of https://github.com/ContinuumIO/datashape/issues/80 How can I proceed further?

Change History (3)

comment:1 Changed 10 years ago by stromnov (Andrey Stromnov)

Thanks! Fixed at r124933. Please check.

comment:2 Changed 10 years ago by andre.david@…

Works for me. Thanks! (I did have to reinstall several dependencies, but that might just be an idiosyncrasy.)

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.