Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installable #6

Open
dpryan79 opened this issue Aug 5, 2019 · 2 comments
Open

Not installable #6

dpryan79 opened this issue Aug 5, 2019 · 2 comments

Comments

@dpryan79
Copy link

dpryan79 commented Aug 5, 2019

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 added a commit to dpryan79/Rebaler that referenced this issue Aug 5, 2019
@jrherr
Copy link

jrherr commented Sep 9, 2019

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!

@ZainabKamel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants