-
Notifications
You must be signed in to change notification settings - Fork 51
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
numpy issues #159
Comments
Hi Dan, Andrew |
Hi Andrew, Still no luck with installing gubbins. The ongoing numpy issue means i have to turn to ClonalFrameML or BRatNextGen. I was really hoping to use Gubbins. |
I also haven't been able to install This works:
And I also have it installed via pip
But this doesn't:
|
Hi Folks, |
It worked! Thanks @andrewjpage ! |
Thanks guys, worked a treat. |
Hi, I have tried to follow Andrew's above recommendation: However, I continue to get the following error message. Is there something I am doing wrong? Thank you! Numerical Python (NumPy) is not installed. This package is required for many Biopython features. Please install You can find NumPy at http://www.numpy.org READ THIS: https://github.com/Linuxbrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting These open issues may also help: |
@ksw9 - Yes we are having the same problem. |
Following up on this: Is there a workaround if brewer does not work for the install? Can I clone from Github? |
Hi, Just wanted to follow up on this issue. I have been trying to install Gubbins on both our linux machine with no avail. Would really appreciate any help, at all. Here's the error messages: ==> Reinstalling homebrew/science/gubbins Ran 6161 tests in 58.064s FAILED (KNOWNFAIL=7, SKIP=12, errors=1) READ THIS: https://github.com/Linuxbrew/brew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting |
Hi,
Please can you help regarding an installation issue. I have tried to troubleshoot this but having no luck. On my linux system, brew install python works fine but when i run brew install gubbins it os not picking up numpy which is definitely installed (see below).
dk@TCD50[dk] brew install gubbins [ 9:43PM]
==> Installing gubbins from homebrew/homebrew-science
==> Using a fortran compiler found at /usr/bin/gfortran.
This may be changed by setting the FC environment variable.
==> Downloading https://github.com/sanger-pathogens/gubbins/archive/v1.4.1.tar.gz
Already downloaded: /home/dk/.cache/Homebrew/gubbins-1.4.1.tar.gz
==> Downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz
Already downloaded: /home/dk/.cache/Homebrew/gubbins--nose-1.3.7.tar.gz
==> python3 -c import setuptools... --no-user-cfg install --prefix=/home/dk/.linuxbrew/Cellar/g
==> Downloading https://pypi.python.org/packages/source/b/biopython/biopython-1.65.tar.gz
Already downloaded: /home/dk/.cache/Homebrew/gubbins--biopython-1.65.tar.gz
==> python3 -c import setuptools... --no-user-cfg install --prefix=/home/dk/.linuxbrew/Cellar/g
Last 15 lines from /home/dk/.cache/Homebrew/Logs/gubbins/02.python3:
--prefix=/home/dk/.linuxbrew/Cellar/gubbins/1.4.1_1/libexec/vendor
--single-version-externally-managed
--record=installed.txt
running install
Numerical Python (NumPy) is not installed.
This package is required for many Biopython features. Please install
it before you install Biopython. You can install Biopython anyway, but
anything dependent on NumPy will not work. If you do this, and later
install NumPy, you should then re-install Biopython.
You can find NumPy at http://www.numpy.org
I have tried the following solution from issue 1975, but it still doesn't work
mkdir -p /home/xxx/.local/lib/python3.5/site-packages
echo 'import site; site.addsitedir("/home/xxx/.linuxbrew/lib/python3.5/site-packages")' >> /home/xxx/.local/lib/python3.5/site-packages/homebrew.pth
Thanks
Dan
The text was updated successfully, but these errors were encountered: