-
I'm getting a bizarre error on ArchLinux:
It says
> Defaulting to user installation because normal site-packages is not writeable
but then
> The installation directory you specified (via …
kousu updated
4 years ago
-
When deploying a `PythonFunction` using `aws_lambda_python`, the packaging takes place in a docker container. The packaging of the function, including automatic installation of the `requirements.txt` …
-
Hi,
I tried setting up DockStack but I am facing issues in ```pip``` packages installation.
Has anyone faced the same issue ?
```
Step 17/23 : RUN pip install --no-cache-dir --c…
-
Note: opening a new issue to avoid polluting the other one, which is about Python 3 after all.
Over at https://github.com/cocagne/txdbus/issues/11#issuecomment-104372112, you mentioned you'd be inter…
-
## Outline
- Setting env. variables for auth config is awkward, so `python-dotenv` can be used to load them from a `.env` text file instead
- Keyrings can be preferable to plain text secret storag…
lmmx updated
2 months ago
-
### boom.py:
```python
from lxml import etree
import xmlsec
template = etree.parse('sign1-res.xml').getroot()
xmlsec.tree.add_ids(template, ["ID"])
```
with [`sign-res.xml` coming from the …
-
In GitLab by @AgileFox on Apr 5, 2022, 03:41
Server: Nextcloud Music
The sublime client is getting html back from the server for some reason, but this nextcloud music server instance works with othe…
-
With the 0.18.0 we managed to shrink the dependency tree by stripping 'whoosh'. Here is the comparison. First 0.17.0:
![datalad](https://user-images.githubusercontent.com/136479/211264244-449dca90-…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
## Issue
When looking up the docs on [how to define extr…