Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.16 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "run_autotests.py", line 6, in <module>
  3.     import runner
  4.   File "C:\Users\gameraccoon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\runner\__init__.py", line 1, in <module>
  5.     from .runner import ProcessExistsException, Runner
  6.   File "C:\Users\gameraccoon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\runner\runner.py", line 3, in <module>
  7.     from .proc import App
  8.   File "C:\Users\gameraccoon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\runner\proc.py", line 11, in <module>
  9.     import channels
  10.   File "C:\Users\gameraccoon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\channels\__init__.py", line 1, in <module>
  11.     from .channel import Channel, PipeChannel, SocketChannel, EndpointClosedException
  12.   File "C:\Users\gameraccoon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\channels\channel.py", line 1, in <module>
  13.     import fcntl
  14. ModuleNotFoundError: No module named 'fcntl'
  15.  
  16.  
  17. λ python3 -m pip install fcntl
  18. Collecting fcntl
  19.   Could not find a version that satisfies the requirement fcntl (from versions: )
  20. No matching distribution found for fcntl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement