Andreas Maier

Results 4 issues of Andreas Maier

Hi, I browsed the repo and googled but couldn't find if there is an option equivalent to matplotlib's `savefig`. I need my code to run without X server and produce...

help wanted

[Hello there!](https://www.youtube.com/watch?v=rEq1Z0bjdwc) # My system: Windows version: 10.0.19045 WSL version: Ubuntu 20.04.3 LTS Python version: 3.9.3 My installed python packages: [requirements.txt](https://github.com/benoitc/gunicorn/files/10107936/requirements.txt) # My observation I'm following [this tutorial](https://kevalnagda.github.io/flask-app-with-wsgi-and-nginx) and everything...

In my python project, I use `ptw`. My project is structured as follows: ``` . ├── Pipfile ├── Pipfile.lock ├── README.md ├── call_api.py ├── data │ └── Iris.csv ├── pytest.ini...

When a pylint run is triggered, pylint seems to work (it shows and underlines linting problems), but the familiar error msg is popping up with this log in the console:...