fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
325 stars 21 forks source link

Fix the error preventing build #191

Closed SimPilotAdamT closed 2 years ago

SimPilotAdamT commented 2 years ago

Building from testing currently produces the ValueError: Newlines are not allowed exception when setuptools.setup() is called, presumably due to new functionality in setuptools. For building on the latest setuptools, all newlines (\n) in the code needs to go. I have already raised the issue in the support Discord Server.

BlivionIaG commented 2 years ago

This is a dumb error :(. Why we can't do line returns :(

luni-moon commented 2 years ago

This is a dumb error :(. Why we can't do line returns :(

Could this be the cause of my iMac errors?

SimPilotAdamT commented 2 years ago

Could this be the cause of my iMac errors?

No, it's a change in Python 3.10 iirc

luni-moon commented 2 years ago

Could this be the cause of my iMac errors?

No, it's a change in Python 3.10 iirc

But I am using 3.10...

SimPilotAdamT commented 2 years ago

But I am using 3.10...

In which case most likely

Sorry I jumped the gun to untrue conclusions lol

luni-moon commented 2 years ago

But I am using 3.10...

In which case most likely

Sorry I jumped the gun to untrue conclusions lol

It's fine lol. I might try using 3.9 to see if it works.