-
Notifications
You must be signed in to change notification settings - Fork 370
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
[BUG] ModuleNotFoundError: No module named 'fcntl' #483
Comments
I'm facing the same issue on Windows 10. |
same problem here |
1 similar comment
same problem here |
Unfortunately the same issue:
|
Same |
No solutions here? I have the same issue |
This problem is solved in Python 3.11 fcntl — The fcntl and ioctl system
calls — Python 3.11.1 documentation
<https://docs.python.org/3/library/fcntl.html>
…On Thu, Feb 2, 2023 at 3:53 PM OmbrettaBistoni ***@***.***> wrote:
No solutions here? I have the same issue
—
Reply to this email directly, view it on GitHub
<#483 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU2R2ZBKC3COIDR6PVIOBDLWVO37FANCNFSM57A2PCVA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@dekristi not working for me, even with python 3.11. I have Windows 10 |
I think it's still Windows problem. Some use Docker to install a
package ModuleNotFoundError:
No module named 'fcntl' · Issue #1414 · doccano/doccano (github.com)
<doccano/doccano#1414> you can try it!
…On Fri, Feb 3, 2023 at 10:37 AM OmbrettaBistoni ***@***.***> wrote:
@dekristi <https://github.com/dekristi> not working for me, even with
python 3.11. I have Windows 10
—
Reply to this email directly, view it on GitHub
<#483 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU2R2ZEFZXRNCX2O4EVWU53WVS7TTANCNFSM57A2PCVA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm having the same issue, and can't install lux on a Windows 11 computer. So lux just can't be installed on Windows? Suggestions welcomed (I don't use Docker). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install the package via
pip install lux-api
the following error occurs:I'm using
Python==3.8.9
.The text was updated successfully, but these errors were encountered: