Closed rantingswede373 closed 6 years ago
It should work now. I note that we made some bugfixes since v0.2.0. Could you please try installation again?
$ conda search -c kbchoi g2gtools
Loading channels: done
# Name Version Build Channel
g2gtools 0.1.29 py27_0 kbchoi
g2gtools 0.1.31 py27_0 kbchoi
g2gtools 0.2.0 py36_0 kbchoi
g2gtools 0.2.7 py27_0 kbchoi
g2gtools 0.2.7 py36_0 kbchoi
Still getting the error message as above. If I leave the version number off then g2gtools 0.1.31 installs
(g2gtools_3) $ conda install -c kbchoi g2gtools=0.2.7
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- g2gtools=0.2.7
- bx-python[version='>=0.8']
- python-lzo
In your home directory, you should have .condarc
file. The content should look like this.
channels:
- defaults
- kbchoi
- bioconda
- conda-forge
- r
Fix it using your favorite text editor and then redo the whole installation please.
Apparently the sequence or the presence of "salilab" was important. I replace the below text with the text you provided and the installation works! Version 0.2.7 installed without a hitch and seems to work with test data. Thank you for all your help!
channels:
So using the documentation here: http://churchill-lab.github.io/g2gtools/#installation
All of the above works fine, however when I go to install g2gtools within the virtual environment I just created (g2gtools_2) it attempts to install 0.1.31 and downgrade python to 2.7.X:
If I try to specify the version number as 0.2.0 it fails:
This is in spite of the fact that I can see correct version number if I search:
I've tried to install bx-python separately but this also results in a PackagesNotFoundError. I'm on OSX, conda version 4.5.4