Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.88k stars 153 forks source link

Update os.py #175

Closed Deshdeepak1 closed 1 year ago

Deshdeepak1 commented 1 year ago

Check if os provides link. Android doesn't support hard linking. Show import aiofiles.os was reporting error on termux.

Tinche commented 1 year ago

Interesting, cool. Looks like there's no easy way to run GitHub Actions on Android, right?

In any case, please add a small changelog entry and I'll merge.

Deshdeepak1 commented 1 year ago

I have added changelog entry

Looks like there's no easy way to run GitHub Actions on Android,

Termux guys do it somehow, by modifying the ubuntu server provided by github, but its too complicated. I have tried this on termux

pip install git+https://github.com/Deshdeepak1/aiofiles@main-1
python -c 'import aiofiles.os'

and it works, you can try yourself.

Tinche commented 1 year ago

Cool, thanks!