frozenpandaman / s3s

Successor to splatnet2statink. Takes battle data from the SplatNet 3 app and uploads it to stat.ink!
https://github.com/frozenpandaman/s3s/wiki
GNU General Public License v3.0
394 stars 72 forks source link

Requests module not found #165

Closed Twister2849 closed 8 months ago

Twister2849 commented 8 months ago

So I was going to upload my data to splatnet and this traceback appeared:

Traceback (most recent call last): File "/home/runner/SPLATOON-3/s3s/s3s.py", line 7, in <module> import argparse, base64, datetime, json, os, shutil, re, requests, sys, time, uuid ModuleNotFoundError: No module named 'requests'

I tried doing pip install requests and the error message persists. Is there something wrong with the environment?

Twister2849 commented 8 months ago

Never mind, I accidentally installed Nix and its environment loaded every time I opened the program, after uninstalling it the command works now :]

frozenpandaman commented 8 months ago

Glad you solved it!