Asher Pembroke
Asher Pembroke
@jacopofar I too am getting the same error on kubernetes but not when I run locally. My image is based on https://github.com/dockerfiles/django-uwsgi-nginx
Not sure if anyone's looking at this but here some sample code ```py import pandas as pd import http.client import json from datetime import datetime # Convert datetime to Unix...
Found this recommendation courtesy of the [manim community](https://docs.manim.community/en/stable/installation/docker.html): > For Linux users there might be permission problems when letting the user in the container write to the mounted volume. Add...
I was able to install pkg-config using miniconda ```sh conda create -n myenv python=3.9 conda activate myenv conda install -c conda-forge pkg-config pip install --use-pep517 nostr==0.0.2 ```
This fits well with a related feature request posed at btc++ in Mexico: could we have a default set of apps that would be good for beginners, another for businesses,...