Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update os.py #175

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Update os.py #175

merged 2 commits into from
Aug 17, 2023

Conversation

Deshdeepak1
Copy link
Contributor

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

Check if os provides link
@Tinche
Copy link
Owner

Tinche commented Aug 17, 2023

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
Copy link
Contributor Author

Deshdeepak1 commented Aug 17, 2023

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
Copy link
Owner

Tinche commented Aug 17, 2023

Cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants