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

Windows support (fcntl doesn't exist on win) #102

Open
marcelser opened this issue Sep 26, 2019 · 1 comment
Open

Windows support (fcntl doesn't exist on win) #102

marcelser opened this issue Sep 26, 2019 · 1 comment

Comments

@marcelser
Copy link

Hi,

It's no stated anywhere that amicleaner does not run on win10. But when I try to run it first tried source 'ncurses' which can be easily installed through pip but now it tries to use 'fcntl' somehwere although I didn't spot it in your code it's probably some linux dependency and thus amicleaner fails and there's no replacement for 'fcntl'. There is 'portalocker' which can expose the same but it needs a code change.

@jquastk
Copy link

jquastk commented Mar 19, 2021

This could be fixed by installing blessed libary, and, replace all uses of import blessings with import blessed. The blessed library is API compatible with blessings, and, works on Windows 10. Best wishes,

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

2 participants