kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
219 stars 76 forks source link

Can't install via pip: No such file or directory: 'requirements.txt' #66

Closed Kriechi closed 7 years ago

Kriechi commented 7 years ago

I tried to install the latest v0.3.3 on an Ubuntu 16.04, with the following error:

$ sudo pip3 instal bitshuffle
Collecting bitshuffle
  Downloading bitshuffle-0.3.3.tar.gz (232kB)
    100% |████████████████████████████████| 235kB 5.3MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-_fovqf52/bitshuffle/setup.py", line 272, in <module>
        with open('requirements.txt') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
kiyo-masui commented 7 years ago

Shoot. I'll fix this first thing this morning.

On Thu, Nov 9, 2017, 1:03 AM Thomas Kriechbaumer notifications@github.com wrote:

I tried to install the latest v0.3.3 on an Ubuntu 16.04, with the following error:

$ sudo pip3 instal bitshuffle Collecting bitshuffle Downloading bitshuffle-0.3.3.tar.gz (232kB) 100% |████████████████████████████████| 235kB 5.3MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-_fovqf52/bitshuffle/setup.py", line 272, in with open('requirements.txt') as f: FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kiyo-masui/bitshuffle/issues/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYXn4NIHdoQ1MbfdRD2ECDjGV27M_Ruks5s0r_4gaJpZM4QXoiq .

kiyo-masui commented 7 years ago

Should be fixed now in 0.3.4. Sorry about that.

Kriechi commented 7 years ago

👍