Closed CarlKCarlK closed 4 years ago
Is Derbin a linux distribution on Windows? I googled it but couldn't find it.
Make sure to install the following packages before-hand: zstd, zlib, athr, and bgen.
You will find some instructions here: https://github.com/limix/bgen The instructions on the bgen README.md should be enough. If not, you can find fine details here: https://github.com/limix/bgen-reader-py/blob/master/.travis.yml
Derbin is just another Linux distribution (refhttps://en.wikipedia.org/wiki/Debian). I do have it on Windows, but I mostly use Ubuntu so I’d suggest just closing this issue unless someone else has a problem.
From: Danilo Horta notifications@github.com Sent: Tuesday, April 07, 2020 9:02 AM To: limix/bgen-reader-py bgen-reader-py@noreply.github.com Cc: Carl Kadie carlk@msn.com; Author author@noreply.github.com Subject: Re: [limix/bgen-reader-py] Can't figure out dev build on Derbin (#28)
Is Derbin a linux distribution on Windows? I googled it but couldn't find it.
Make sure to install the following packages before-hand: zstd, zlib, athr, and bgen.
You will find some instructions here: https://github.com/limix/bgenhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flimix%2Fbgen&data=02%7C01%7C%7C0d5cf1febd664ad9b53108d7db0cf9a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637218721075322054&sdata=yvJ%2FjIVCa3NyyU8VBLAT%2B%2BspqvyRyqDC%2FZNhs2jRudI%3D&reserved=0 The instructions on the bgen README.md should be enough. If not, you can find fine details here: https://github.com/limix/bgen-reader-py/blob/master/.travis.ymlhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flimix%2Fbgen-reader-py%2Fblob%2Fmaster%2F.travis.yml&data=02%7C01%7C%7C0d5cf1febd664ad9b53108d7db0cf9a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637218721075332049&sdata=Szc0ewmAr71kM8zwhGIwFqVOpJ9o0n9%2Bx0y%2FXbI%2Fdoo%3D&reserved=0
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Flimix%2Fbgen-reader-py%2Fissues%2F28%23issuecomment-610473527&data=02%7C01%7C%7C0d5cf1febd664ad9b53108d7db0cf9a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637218721075332049&sdata=PzP5PRim8R%2FUjTyokOVLkEPeALkFIhFOX7lmBJVeIL8%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FABR65P3WXKUAJA67TYVKUILRLNE6VANCNFSM4LUL4PYQ&data=02%7C01%7C%7C0d5cf1febd664ad9b53108d7db0cf9a7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637218721075332049&sdata=jiH%2B9469wS4fVeBLnZ59%2FDQfT2It3M%2Ff3LOlbnXUg0g%3D&reserved=0.
[Sorry for the flood of queries. - Carl]
On Durbin,
python setup.py build_ext --inplace
seems to work. But, when I set by Python path and try to run a test, I getImportError: libbgen.so.3: cannot open shared object file: No such file or directory
Below are some details. Thanks! Carl