Thomas Kluyver
Thomas Kluyver
netifaces appears to have not made a release for a couple of years, so it doesn't have a pre-compiled wheel for Python 3.8: https://github.com/al45tair/netifaces/issues/55
You might also want to put `set -e` at the top of your bash script, so it stops if one of those `pip download` commands fails, rather than carrying on...
I'm afraid not. This is the difference between the `cp36-abi3` tags which Cryptography uses and the `cp36-cp36m` style tags which netifaces (and most packages with compiled parts) use. `cp36m` means...
If you want a quick solution, someone appears to have made a fork just to put a Python 3.8 wheel on PyPI: https://pypi.org/project/netifaces-w38/#files . But using that means trusting that...
It looks like Elyra is pinning one specific version of nbconvert. The dependencies of an existing version can't be changed, so even if this was fixed for 6.5.x it would...
The license.rst file at present looks like a standard [3 clause BSD license](http://opensource.org/licenses/BSD-3-Clause).
I've also just run into this trying to follow the tutorial on Fedora - even with VirtualBox installed, it seems to be defaulting to libvirt and failing. Trying to download...
I couldn't work out how to make it work with @zarvox's box, but I did manage to make it work with the official image by explicitly telling it to use...
API format: some sort of REST + JSON, though I guess this is now about as generic as saying 'implement it using computers' :wink: . E.g. for deletion, it would...
I guess authentication is one of the first pieces to figure out. I see a couple of options for how this will work from a user perspective: 1. You enter...