Patrick Dallaire

Results 18 comments of Patrick Dallaire

I had the same problem on Windows using Powershell but it was fixed by simply moving into a project directory. The minimum SDK version needed seems to be defined in...

**TL;DR — project directory = directory that was specified and created when you ran `npx react-native init `.** ### Basically... @tiavina-mika I believe I was following these [reactnative.dev setup instructions](https://reactnative.dev/docs/environment-setup)...

With all the changes in place, I was able to run my simple test on a remote device several times in a row. Here's what 1 run looks like in...

In other words, what you are saying @inclement, it's that some of the indirect dependencies pulled in might require a recipe. Correct? I am glad to see you folks are...

### Update Alright, so... I've managed to create a "testapp" that would require `numpy` (a dependency that needs to be installed using the recipe) indirectly through the `astropy`. As predicted,...

Hey folks. I'm almost done with this fix. I've pushed [commits to my forked repository](https://github.com/pdallair/python-for-android/commits/fix/pip_no_deps) if you want to check them out. However there is one thing I've noticed that...

Ok, not sure what you imply by "special-case the ones that don't work". Are you suggesting to try invoking the recipe with the specified version number but if it doesn't...

Hey @RobertFlatt ! I'm glad you decided to give this a shot (although I do hope you haven't truly found a bug). did you checkout `fix/pip_no_deps`? I tried building an...

> The bad news is I'm a skeptic (which is about me not about the code). :laughing: I know what you mean. Haven't we all been traumatized after a merge...

In case you didn't know there is a [PR](https://github.com/kivy/python-for-android/pull/2532) already and someone has been assigned to it ~~(though I haven't heard from them for the past couple of days 🤷)~~....