-
- **Operating system and architecture: Mac OS Catalina v10.15.2**
following Etcher's development guide, running the command `sudo pip install -r requirements.txt` I get the following error:
```…
-
On OS X 10.10, with Python 2.7.6, I got the following error:
Traceback (most recent call last):
[...]
File "/Library/Python/2.7/site-packages/dateutil/rrule.py", line 16, in
from six.moves impo…
bjpop updated
9 years ago
-
I encountered this error when I use jenkins in docker with tag 2.197 >
```shell
jenkins@0bf6fe53e749:/$ backup-jenkins --bucket-region=us-west-XX \
> --bucket=XXXXXXXXXXXX \
> …
-
### Bug report checklis
- [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports
- [X] Read the relevant sections of the [documentation](https://pandapower.r…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
This ticket is the result of an experiment in trying to run the server on plain Windows. It is more of a "document the current state of the world" than a feature request, but that's the most appropria…
-
When I use the command python -m ochre.lstm_synced_correct_ocr /path/to/keras/model/file /path/to/text/file/containing/the/characters/in/the/training/data /path/to/ocr/text/file
I receive the mess…
-
```.py
from dateutil.parser import parse
timestamp = parse("1969-12-31T00:00:00+32:00")
```
I expect that the above code should fail and give `ParserError` because of the `+32:00` component.
…
-
## 2023-11-20 (Mon)
```
$ brew update
Updated 5 taps (tailwarden/komiser, minio/stable, cduggn/cduggn, homebrew/core and homebrew/cask).
==> New Formulae
action-validator ghc@9.6 …
-
### What happened?
I'm building a docker container for aarch64. In the build I call `pip install eccodes cfgrib`. The python packages are installed but `python -m cfgrib selfcheck` fail with `Runtime…