Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

Solution: https://python-packaging.readthedocs.io/en/latest/non-code-files.html

Relating to PEP 427 compliance, it's kind of subjective, one could argue the files are fine there. Though the egg issue is still very valid, and I think the files...

Meanwhile, would it be possible to provide an option to run a startup command when we start the container? This way I am able to install python.

No, because we need to run the command before checking if python is installed on the container.

Friendly ping Right now I am not able to create containers based on https://hub.docker.com/_/archlinux/ because it does not contain python. I would have to maintain a separate container for this,...

Yes, I would be happy to look into it if you gave me some pointers.

Oh, great! Thanks. By the way, partial upgrades in Arch Linux are not supported, so you should do `pacman -Sy --noconfirm python3` :smile:.

Sorry, typo. ``` pacman -Syu --noconfirm python ```

Here's my fix: https://aur.archlinux.org/cgit/aur.git/tree/evernote-sdk-python-1.28-fix-setup.patch?h=evernote-sdk-python Stolen from @matthewayne's frok.

Yes, the other error might be because I am running with pytest-runner. Optimally we would detect this and skip the tests.