Replies: 3 comments 5 replies
-
#1012 (comment) might be related, and as you can see I have
|
Beta Was this translation helpful? Give feedback.
-
@neersighted As you see, I already started a discussion here. Following on #732 (comment), discord, discussions/6681 and probably more pointers. Further steps I took are:
Lastly, I tried
I believe that the 2nd line in the output indicates that |
Beta Was this translation helpful? Give feedback.
-
I tried to disable the
|
Beta Was this translation helpful? Give feedback.
-
Please forgive me, but I'm unable to figure it out myself. The team I recently joined is using Windows machines, behind corporate VPN/Firewall/etc. and I fail to get things working properly for me with
poetry
. The situation is very inconsistent, and I fail to reproduce problems. For example, after many attempts to set up and an environment when connected to LAN, I switched to the office WiFi and suddenly it worked. I have the following connection options:My current problem is that I fail to install
mypy
that's included in apyproject.toml
. Here are the steps I take:poetry env use C:\Users\foo\.pyenv\pyenv-win\versions\3.9.6\python.exe
. If I don't do this, in the next step I get the following error:poetry install
. Before doing that, I comment outmypy
(see below thepyproject.toml
). If I don't comment these out, the install breaks.mypy
and runpoetry update
. This yields the following error:This is where I'm lost. I have a guess that it has to do with the fact that I manage to connect to
pypi
, but this breaks the connection tofiles.pythonhosted.org
. Any help or advise would be appreciated! I'll try to share as much as I can from the setup I have:Poetry version
Poetry (version 1.2.2)
The
pyproject.toml
Located in the project's directory
poetry.toml
Output of
poetry config --list
Environment variables:
HTTP_PROXY
andHTTPS_PROXY
pointing to the companies proxy.REQUESTS_CA_BUNDLE
points to a PEM file with certificates.Beta Was this translation helpful? Give feedback.
All reactions