Calum Lind
Calum Lind
Duplicate issue and fix in https://github.com/httpie/httpie-http2/issues/7#issuecomment-326809573 is to install latest version of `hyper`: ``` pip install -U git+https://github.com/Lukasa/hyper.git ```
I think this might be the same issue I have encountered with pinned and hash-checking [`botframework-connector`](https://github.com/microsoft/botbuilder-python/tree/main/libraries/botframework-connector) requirements: Broken requirements file: [requirements.txt](https://github.com/pypa/pip/files/6503792/requirements.txt) ### Steps to reproduce: ``` pip install -U pip...
@di I have confirmed your theory by specifying another dependency without the extras package and everything installs ```diff pyjwt[crypto]==1.5.3 \ --hash=sha256:500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7 \ --hash=sha256:a4e5f1441e3ca7b382fd0c0b416777ced1f97c64ef0c33bfa39daf38505cfd2f +pyjwt==1.5.3 \ + --hash=sha256:500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7 \ + --hash=sha256:a4e5f1441e3ca7b382fd0c0b416777ced1f97c64ef0c33bfa39daf38505cfd2f...
@di Yeah all dependencies are specified with pip-tools as demonstrated in [my previous comment](https://github.com/pypa/pip/issues/9644#issuecomment-813432613). In my example it seems that child dependency `pyjwt` is specified with extras in [`msal`](https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/cb5f36fc486b2d65f099dd99eac3ce136895f9eb/setup.py#L76) and...
This is not fixed if you use the steps that I outlined [previously](https://github.com/pypa/pip/issues/9644#issuecomment-813432613) using pip 21.3.1 @pradyunsg The OP's requirements file also still fails so I'm not sure why this...
I have been seeing a similar issue with Logseq in Ubuntu 22.04 and it does relate to the desktop file either missing or having incorrectly set `StartupWMClass`. The workaround is...
@reinout It doesn't work because this [`_dl_options.get('extends-cache')`](https://github.com/buildout/buildout/blob/master/src/zc/buildout/buildout.py#L1715) call is made before that code is ever reached so [`download`](https://github.com/buildout/buildout/blob/master/src/zc/buildout/download.py#L108) simply joins the paths. I'm not sure what the best solution is...
I agree with @jimfulton `os.path.expanduser` will only expand `~` if the path starts with it so when loading just these cache paths.
@jdoiro3 Were you aware of https://github.com/wilhelmer/mkdocs-multirepo is what you are working on different to that?
Why is there a second tab instead of updating existing trackers tab in GTKUI? I am seeing changes to tracker_status type but we need to maintain version compatibility and this...