Randy Döring

Results 309 comments of Randy Döring

If it's a regression in tomlkit, you should probably open an issue at https://github.com/sdispater/tomlkit/issues.

I agree that we should exclude tomlkit 0.11.2 and 0.11.3. Just created a PR.

Afaik, there is no official way to formally specify that intel-numpy is an alternative to numpy. A more common approach for such a use case is to use local version...

That's probably a side effect of setting a class attribute. cf https://github.com/python-poetry/poetry/pull/5811#discussion_r951579084

That may be true for installing if a lock file exists. However, if there is no lock file, the path must exist in any case because poetry creates a lock...

> As possible follow-ups improvements (in future PRs): Both sound reasonable.

I'll take a closer look if the conflicts are resolved and a unit test is added.

I'm quite sure that #7175 fixes this issue, but it wouldn't hurt if someone with a platform where the issue occurs could verify this.

@maflAT I understand the confusion if you only read the red box. However, if you read further it does not matter which method you choose (pipx, official installer, manual): all...

If the only issue is a machine that is not connected to the internet, you can setup an internal package index, e.g. [pypiserver](https://github.com/pypiserver/pypiserver), which just takes a folder with wheels...