-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot install python-irtk #3
Comments
The problem is solved by install python 2.7 in anaconda3 |
Hi, I met the same problem with you, I can't install it neither. But I got the following error is: |
I used python3.5. At the begining, I would like to install the package using pip3, but with no success. Finally it works after I install it using conda. Before that I tried to install dependent package according to the notification. Sorry I cannot remember all the details. Good luck and hope you will fix your problem.
Min Shi
On 29 Mar 2018, at 15:18, XinruiYuan <notifications@github.com<mailto:notifications@github.com>> wrote:
Hi, I met the same problem with you, I can't install it neither. But I got the following error is:
PackagesNotFoundError: The following packages are not available from current channels: python-itrk
And my python version is 2.7.
Do you do other prepare work before using Conda ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AOt7EtZ2rPugtKjKjBY6mIsBvH-vnc2Pks5tjN8zgaJpZM4SihzW>.
|
Hi, |
Hi, |
I have ubuntu 16.04. I tried to install python-irtk using conda in both python2.7 and python3.5. But no success. Do I use a wrong version of conda?
I get the following error when I install with conda version Anaconda2-5.1.0-Linux-x86_64 (python 2.7):
./conda install -c kevin-keraudren python-irtk
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
Use "conda info " to see the dependencies for each package.
I get the following error when I install with conda version Anaconda3-4.2.0-Linux-x86_64 (python 3.5):
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
Use "conda info " to see the dependencies for each package.
The text was updated successfully, but these errors were encountered: