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

AttributeError: module 'os' has no attribute 'link'. Did you mean: 'unlink'? #13

Closed
mbledos69 opened this issue Dec 9, 2022 · 0 comments

Comments

@mbledos69
Copy link

$ cyberdrop-dl
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/cyberdrop-dl", line 5, in
from cyberdrop_dl.main import main
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/cyberdrop_dl/main.py", line 19, in
from cyberdrop_dl.client.downloaders import get_downloaders
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/cyberdrop_dl/client/downloaders.py", line 10, in
import aiofiles.os
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/aiofiles/os.py", line 31, in
link = wrap(os.link)
^^^^^^^
AttributeError: module 'os' has no attribute 'link'. Did you mean: 'unlink'?

how to fix this issue?
i was already install the requirements on python also didnt work

@mbledos69 mbledos69 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2022
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

No branches or pull requests

1 participant