david-nano

Results 7 comments of david-nano

Got this error: ``` The `scipy` package has the following compatible candidates `[Package('scipy', '1.8.1', source_type='legacy', source_url='http://local.dc.local:8081/repository/pypigr/simple', source_reference='local.dc.local')]`; but, the exporter dependency walker previously elected `scipy (1.10.1)` which is not compatible...

Same here: (poetry 1.7.1) ``` $ poetry export --verbose Warning: In a future version of Poetry, PyPI will be disabled automatically if at least one custom primary source is configured....

When you tag a docker image, the tag cannot include `+`. An example might be more clear here: ``` xdavidt@davidlinux:~$ docker tag nginx:latest nginx:1.2.3+build123 Error parsing reference: "nginx:1.2.3+buidl123" is not...

> Please, get rid of as many factors and yaml as possible. > > This is not an as simple as possible example at all 😁 > > It makes...

> I would be nice to add some sort of hint for others that might end up in a similar situation. What was your mistake? Not reproducible :( The next...

> It seems your docker-compose version does not support the file format, you'll need to upgrade it > Hi @david-nano, > > It seems your docker-compose version does not support...

Anything came up since? I'm using `poetry==1.7.1` **Edit:** I've tried to add specific version of `scipy` and found that my python version (3.8) isn't supported for the latest scipy, which...