xeus-cling: Package Missing - can't install
On macOS 10.13.1: I’ve installed jupyter by installing Anaconda, installing cling when fine. But when I try to install xeus-cling I get the following:
$ conda install xeus-cling -c QuantStack -c conda-forge
Fetching package metadata ...............
PackageNotFoundError: Packages missing in current channels:
- xeus-cling
We have searched for the packages in the following channels:
- https://conda.anaconda.org/QuantStack/osx-64
- https://conda.anaconda.org/QuantStack/noarch
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.continuum.io/pkgs/main/osx-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/osx-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/osx-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/osx-64
- https://repo.continuum.io/pkgs/pro/noarch
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 41 (22 by maintainers)
We don’t already have the conda package of xeus-cling for macOS.
But I’m working on it and I hope it will be available soon !
@andrewnc @sean-parent
xeus-clingis now available on macOS.You need to install a fresh miniconda environment
And then install
xeus-clingThe conda channel
gouarinis provisional and should change toQuantStackin the next few days.xeus-cling package and its dependencies have been uploaded on QuantStack channel for Linux, OS X and Windows. From a fresh conda install, the following one-liner should get you a working xeus-cling kernel:
conda install xeus-cling -c QuantStack -c conda-forgeThe support of Windows is still experimental.
Grrr… Trying to setup a new machine and it is failing. I’ve tried with both miniconda3 and anaconda3 - with anaconda the jupyter notebook launches but the only language choice is Python 3. With miniconda, the notebook fails to launch.
Here are my installation steps after installing miniconda:
And here is the result and my conda info…
Do you have xcode installed on your machine ?
@SylvainCorlay @gouarin I created a new environment, installed cling, installed xeus-cling, installed notebook and it works fine now with Miniconda3.
Thank you for your help. It seems that Python 2 and order of installation was the culprit
Andrew, can you check that you are running the right notebook server with
which jupyter.On Dec 1, 2017 8:49 PM, “Loic Gouarin” notifications@github.com wrote:
@andrewnc https://github.com/andrewnc I have to investigate because I don’t understand what could be the problem. For now, the only difference between your installation and the others is that you have a Python2 anaconda.
I will try on my laptop and I come back to you.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/QuantStack/xeus-cling/issues/84#issuecomment-348597411, or mute the thread https://github.com/notifications/unsubscribe-auth/ACSXFrW2Dfhmifz-1iO3YghV-0P8Tq_aks5s8FhegaJpZM4Qw236 .