Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Executei o script e deu um erro:
  2. python -tt scripts.py
  3. Traceback (most recent call last):
  4. File "scripts.py", line 51, in <module>
  5. asyncio.run(main())
  6. File "C:\Python\Python37\lib\asyncio\runners.py", line 43, in run
  7. return loop.run_until_complete(main)
  8. File "C:\Python\Python37\lib\asyncio\base_events.py", line 584, in run_until_complete
  9. return future.result()
  10. File "scripts.py", line 42, in main
  11. p = await asyncio.create_subprocess_exec(sys.executable, script)
  12. File "C:\Python\Python37\lib\asyncio\subprocess.py", line 217, in create_subprocess_exec
  13. stderr=stderr, **kwds)
  14. File "C:\Python\Python37\lib\asyncio\base_events.py", line 1533, in subprocess_exec
  15. bufsize, **kwargs)
  16. File "C:\Python\Python37\lib\asyncio\base_events.py", line 463, in _make_subprocess_transport
  17. raise NotImplementedError
  18. NotImplementedErrorExecutei o script e deu um erro:
  19. python -tt scripts.py
  20. Traceback (most recent call last):
  21. File "scripts.py", line 51, in <module>
  22. asyncio.run(main())
  23. File "C:\Python\Python37\lib\asyncio\runners.py", line 43, in run
  24. return loop.run_until_complete(main)
  25. File "C:\Python\Python37\lib\asyncio\base_events.py", line 584, in run_until_complete
  26. return future.result()
  27. File "scripts.py", line 42, in main
  28. p = await asyncio.create_subprocess_exec(sys.executable, script)
  29. File "C:\Python\Python37\lib\asyncio\subprocess.py", line 217, in create_subprocess_exec
  30. stderr=stderr, **kwds)
  31. File "C:\Python\Python37\lib\asyncio\base_events.py", line 1533, in subprocess_exec
  32. bufsize, **kwargs)
  33. File "C:\Python\Python37\lib\asyncio\base_events.py", line 463, in _make_subprocess_transport
  34. raise NotImplementedError
  35. NotImplementedError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement