0

I've downloaded KoboToolbox from the links below and followed the installation instructions:

The steps are not clear to me and the python run.py command is not working. Here is the error which occured:

$ python run.py
Traceback (most recent call last):
  File "run.py", line 9, in <module>
    from helpers.command import Command
  File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\command.py", line 9, in <module>
    from helpers.config import Config
  File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\config.py", line 15, in <module>
    from helpers.network import Network
  File "C:\users\eng-mohammed\Desktop\kobo\kobo-install\helpers\network.py", line 5, in <module>
    import fcntl
ModuleNotFoundError: No module named 'fcntl'
".

Can you help me?

colidyre
  • 4,170
  • 12
  • 37
  • 53

1 Answers1

0

If you are on a windows OS, I think this is the issue, see Error: No module named 'fcntl'

Kobo-install specifies in its requirements Linux/macOS as OS