-
Just experienced with the ubuntu charm.
Series upgrade to focal fails because the `virtualenv` command isn't there.
I think the issue is, that the `virtualenv` package no longer contains the package…
-
When upgrading from Trusty to Xenial, the ubuntu charm fails with:
```
2018-03-14 14:12:07 DEBUG update-status Traceback (most recent call last):
2018-03-14 14:12:07 DEBUG update-status File "/…
-
As an alternative to using Sphere engine, it seems possible to execute PHP code directly in the browser, requiring no server-side service to execute PHP.
Uniter seems one such environment: https://…
-
According to ops/model.py's Model.get_binding(), it will accept either a Relation instance, or a relation name:
```
def get_binding(self, binding_key): …
-
Hi there, this is a bit of an edge case but I've just been troubleshooting a problem caused by this sequence of events:
1. Create a charm that includes a `hooks/upgrade-charm` script
2. Deploy the…
evhan updated
4 years ago
-
A charm using the current layer-basic with `use_venv: false` in layer.yaml will fail deployment on bionic; An automatically-added dependency will cause pip3 to attempt to update PyYAML to the version …
-
Thanks for sharing this code. When I'm performing finetuning with VQA, my RAM usage blows up. With `num_workers` set to 4, it requires 207 GB. I've tried with different batch sizes also. The script wi…
-
2020-01-30 20:31:23 DEBUG install Processing ./wheelhouse/PyYAML-5.3.tar.gz
2020-01-30 20:31:24 DEBUG install PyYAML requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the runni…
-
```
```
expected: 'dafdsf'
now: 'd'
-
We're seeing contrail-controller units in error state, it appears they are choking because the leader data contains invalid values.
```
juju status contrail-controller # Excerpted
...
App …