-
Notifications
You must be signed in to change notification settings - Fork 9
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
UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment #55
Comments
Dear @chnych Many thanks for the heads up. We will be looking at it ASAP. Kind regards |
Hi @lucventurini , If it is useful, I just wanted to add that intentionally installing a specified version of portcullis=1.1.2 into a fresh conda environment runs into the same "type object 'DataFrame' has no attribute 'from_csv' " problem. I understand this is due to an update to Kind regards, |
Dear @lukesarre Portcullis 1.2.2 is actually installable in Conda using Python 3.8 or later, I just tried:
Kind regards, |
Hi @lucventurini ,
|
That is weird. |
Hi @lukesarre I tried to replicate using $ echo -e "dependencies:\n - python>=3.8,<3.9" > /tmp/port.yaml
$ conda env create -n test_portcullis -f /tmp/port.yaml
$ conda activate test_portcullis
$ python --version
Python 3.8.6
$ conda install -c bioconda -y "portcullis>=1.2.2"
$ portcullis
Portcullis Help
Portcullis is a tool to identify genuine splice junctions using aligned RNAseq reads
[...] May I suggest updating conda on your system? It warns that it is out of date (4.8.2 vs 4.9.2) and I suspect that it might be the source of your installation problem. |
Hi @lucventurini ,
All the best, |
Hi @lukesarre Thank you for providing us the method that functioned for you! I will close the issue now. Kind regards |
Hi,
I'm trying to download the latest version of portcullis with conda
If I used
conda install -c bioconda portcullis
It download the version 1.1.2, which leads to "type object 'DataFrame' has no attribute 'from_csv' " problem
If I used
conda install -c bioconda portcullis=1.2.2
with Python3.8
It showed
However, if I used
conda install -c bioconda portcullis=1.2.2
with Python3.7
It showed
It seems like it's impossible to install the latest version of portcullis with conda now.
The text was updated successfully, but these errors were encountered: