albion-online-stats
albion-online-stats copied to clipboard
[FEATURE REQUEST] How NOT to install on Linux
Describe the bug After following the README on a Linux system, I have several concerns. 1- aostats seems to be (partially) "installed" on my system, but I don't want that. 2- the README + the files aren't clear about this (3- side effect: aostats is not fully installed and triggers an error on statup)
Log file no file
To Reproduce Steps to reproduce the behavior:
- Linux with python 3.7
- Run the readme steps (same than the external albion-online-stats.sh file)
- Run aostats
- See error
Expected behavior I would like a simple .py entry point to run aostats without installing anything other than python, pip, and python dependencies. No copy in my system directory unknown to my package manager.
Screenshots no screenshot
Desktop (please complete the following information):
- OS: Linux Debian 10 up to date
Additional context ask questions
Hi there, I followed the build steps on my machine (Ubuntu 20.04) and when I run aostats
it popped an OpenGL error. If that is the case with you too, maybe this will solve your problem:
sudo apt install libopengl-dev
I agree with @Tyrben and would too recommend to document the installation process better.