Rebaler icon indicating copy to clipboard operation
Rebaler copied to clipboard

Not installable

Open dpryan79 opened this issue 5 years ago • 2 comments

Attempting to install the most recent release will lead to the following error:

Traceback (most recent call last):
File "setup.py", line 16, in <module>
  version = re.search('^__version__\s*=\s*"(.*)"', open('rebaler/rebaler.py').read(), re.M).group(1)
 FileNotFoundError: [Errno 2] No such file or directory: 'rebaler/rebaler.py'

I can just patch around that in the bioconda recipe, but you might want to add some CI testing to catch this sort of thing.

dpryan79 avatar Aug 05 '19 10:08 dpryan79

Thanks @dpryan79! You're awesome! I quickly was able to take your pull request to fix the git repo installation.

I did the following:

git clone https://github.com/rrwick/Rebaler.git
cd Rebaler
git pull origin pull/7/head
sudo python3 setup.py install #I originally tried without
rebaler -h

Everything works great!

jrherr avatar Sep 09 '19 19:09 jrherr

Hi I got the same error and I can't fix it, did it work for you @dpryan79

ZainabKamel avatar Sep 10 '23 10:09 ZainabKamel