-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
WINDOWS: problem with kernel.json wrong path #6
Comments
@minrk Any thoughts? |
How do conda and conda-build identify the magic paths that should be patched on package/install? We should make sure that happens on kernel.json. |
It would appear that the patch is applying correctly on non-Windows, so maybe there's something wrong with how conda-build detects the |
ping @gillins Could you please have look into this? The |
Agreed. Sounds more like a conda-build bug than anything else. I have confirmed this with our py27, py34 and py35 builds - they all have the same issue. Ping @msarahan - are you aware of any such issue? I have a PR (#7) which adds a test for the prefix in the |
Reminder here: when conda-build 1.21.0 is released, this feedstock just needs to be rebuilt, and the prefix replacement stuff should work. I'll test that in a PR here. Build number bump for rebuild? |
@conda-forge/ipykernel the binaries on the channel were caused havoc in my last meeting when people tried to install xref: ContinuumIO/anaconda-issues#813 (comment) Ping @rsignell-usgs. You can try the |
Given the ipkernel distribution was completely broken I think that is a reasonable solution @ocefpaf. We all know it is preferable to fix the problem, but in the situation where we don't have the full solution yet, we are certainly better off ensuring that it works for our users. |
It works! (Creating the IOOS environment with |
Release 4.2
Users reported problems with a fresh conda environment while running:
> jupyter notebook --ip=127.0.0.1
The kernel died immediately with some Windows error message: [Error2] System cannot find file (translated from german).
This can be fixed by getting the kernelspec file via:
> jupyter kernelspec list
and deleting the kernel.json at the displayed path.
I quickly checked the
conda-forge
ipykernel
archives and thedefault
one. The only difference: In the conda-forge there is another foldershare
which has the kernelspec json-file inside.But the path within the json file is wrong also after installation:
I'm not sure, how this should work, but this path should be changed to the correct location while installing
ipykernel
-package.The text was updated successfully, but these errors were encountered: