Skip to content

ModuleNotFoundError: No module named 'fcntl' #2321

Description

@CA1R7

Versions

  • Python: 3.8.4rc1
  • OS: windows 10 x64 system

Logs

my error logs

Traceback (most recent call last):
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\aaami\AppData\Local\Programs\Python\Python38\Scripts\python-for-android.exe\__main__.py", line 4, in <module>
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\site-packages\pythonforandroid\entrypoints.py", line 1, in <module>
    from pythonforandroid.recommendations import check_python_version
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\site-packages\pythonforandroid\recommendations.py", line 7, in <module>
    from pythonforandroid.logger import info, warning
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\site-packages\pythonforandroid\logger.py", line 4, in <module>
    import sh
  File "c:\users\aaami\appdata\local\programs\python\python38\lib\site-packages\sh.py", line 36, in <module>
    import fcntl
ModuleNotFoundError: No module named 'fcntl'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions