Nicolas Holzschuch
Nicolas Holzschuch
Ah, good question. I think you should type: `%pip install https://github.com/poliastro/poliastro/archive/main.zip`, executed in a Jupyter cell (and the long answer is that `%pip install...` is actually running `python -m pip...
Carnets does not support numba (because numba requires a compiler, which is not possible on iOS) but according to the poliastro documentation: "A new dependency, numba, was introduced to accelerate...
As far as I can see, the crash occurs because the setup process tries to call `git describe --abbrev=4`. I'm not sure why, or how to work around it yet.
Hi, out of curiosity, what does "!pip show wget" shows?
`!pip show wget` shows that is installed on my device. So it can be done, but I don't remember how I did it...
I tried on a different device, and `!pip install wget`works. Your error message mentions the function `_warn_about_conflicts`, so this may be caused by another package conflicting with wget. But still,...
Standard commands (ls, pwd,...) are working. I think the issue is the space between the "!" and the command: it should not be there, otherwise it's interpreted as part of...
I think curl with no arguments is sending the file to the standard output, which is not what you want here. The syntax is `curl [url] -O` to save the...
It's on the todo list, yes, but it's going to be difficult (the more complicated a framework is, the harder it is to cross-compile it). We do have scikit-learn, which...
I'm not sure I understand the question; would you have a screenshot to show at what point in the app the problem is happening?