Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compat RegataOS (Opensuse) #1308

Merged
merged 3 commits into from
Nov 26, 2023
Merged

Compat RegataOS (Opensuse) #1308

merged 3 commits into from
Nov 26, 2023

Conversation

Jetrom17
Copy link
Contributor

I tried to run it normally following the instructions, but I got errors in 'requeriments.txt'. So, I downloaded each latest dependency that was causing that problem.

Here's a list of package changes I had trouble with on my Opensuse:

colorama
async-timeout
Jinja2
MarkupSafe
multidict
requests
tqdm
typing-extensions
yarl
networkx
reportlab
[+] svglib

I also had to execute these commands to make it work:

sudo zypper in python3-devel
sudo zypper in python3-dev

I'm not sure if it should affect other operating systems based on my issue. So, I created the 'opensuse.txt' file to avoid affecting changes in 'requeriments.txt'.

After all this, the tool worked correctly with the command:

python3 maigret.py USER

coloroma
async-timeout
Jinja2
MarkupSafe
multidict
requests
tqdm
typing-extensions
yarl
networkx
reportlab
[+] svglib
coloroma
async-timeout
Jinja2
MarkupSafe
multidict
requests
tqdm
typing-extensions
yarl
networkx
reportlab
[+] svglib


sudo zypper in python3-devel
sudo zypper in python3-dev
@soxoj soxoj merged commit be58bf0 into soxoj:main Nov 26, 2023
4 checks passed
@soxoj
Copy link
Owner

soxoj commented Nov 26, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants