Server won’t run and windows closes instantly. /u/Stofbal Python Education

Hello everyone!

I’m trying to run a Ace Attorney online server for my friends. It should almost be ready to run out of the box. But for some reason i can’t get it to run. Can someone help me find the errors?

I can paste the whole bootup text, but that might be long. This are the last few errors is gives:

————————

note: This error originates from a subprocess, and is likely not a problem with pip.

ERROR: Failed building wheel for yarl

Failed to build aiohttp frozenlist multidict yarl

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp, frozenlist, multidict, yarl)

Couldn’t install it for you, because you don’t have pip, or another error occurred.

Traceback (most recent call last):

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 61, in <module>

main()

~~~~^^

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 51, in main

from server.tsuserver import TsuServer3

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWservertsuserver.py”, line 16, in <module>

from server.discordbot import Bridgebot

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWserverdiscordbot.py”, line 3, in <module>

import discord

————————————-

Not sure if those errors are that important, because for example, i don’t need the discord bot. Pip and Yaml are installed. Thank in advance!

submitted by /u/Stofbal
[link] [comments]

​r/learnpython Hello everyone! I’m trying to run a Ace Attorney online server for my friends. It should almost be ready to run out of the box. But for some reason i can’t get it to run. Can someone help me find the errors? I can paste the whole bootup text, but that might be long. This are the last few errors is gives: ———————— note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for yarl Failed to build aiohttp frozenlist multidict yarl ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp, frozenlist, multidict, yarl) Couldn’t install it for you, because you don’t have pip, or another error occurred. Traceback (most recent call last): File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 61, in <module> main() ~~~~^^ File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 51, in main from server.tsuserver import TsuServer3 File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWservertsuserver.py”, line 16, in <module> from server.discordbot import Bridgebot File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWserverdiscordbot.py”, line 3, in <module> import discord ————————————- Not sure if those errors are that important, because for example, i don’t need the discord bot. Pip and Yaml are installed. Thank in advance! submitted by /u/Stofbal [link] [comments] 

Hello everyone!

I’m trying to run a Ace Attorney online server for my friends. It should almost be ready to run out of the box. But for some reason i can’t get it to run. Can someone help me find the errors?

I can paste the whole bootup text, but that might be long. This are the last few errors is gives:

————————

note: This error originates from a subprocess, and is likely not a problem with pip.

ERROR: Failed building wheel for yarl

Failed to build aiohttp frozenlist multidict yarl

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp, frozenlist, multidict, yarl)

Couldn’t install it for you, because you don’t have pip, or another error occurred.

Traceback (most recent call last):

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 61, in <module>

main()

~~~~^^

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWstart_server.py”, line 51, in main

from server.tsuserver import TsuServer3

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWservertsuserver.py”, line 16, in <module>

from server.discordbot import Bridgebot

File “C:Userswin 7DesktopPhoenix Wright onlineServerPYTHON NIEUWserverdiscordbot.py”, line 3, in <module>

import discord

————————————-

Not sure if those errors are that important, because for example, i don’t need the discord bot. Pip and Yaml are installed. Thank in advance!

submitted by /u/Stofbal
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *