Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can you release this to pypi #2

Open
graingert opened this issue Jun 8, 2021 · 4 comments
Open

can you release this to pypi #2

graingert opened this issue Jun 8, 2021 · 4 comments

Comments

@graingert
Copy link

graingert commented Jun 8, 2021

@tiran is the owner on pypi currently

@graingert
Copy link
Author

It looks like this project has fixed the setup.py here

I currently get an error relating to wincertstore as shown below.

 $ poetry install --no-root
 Installing dependencies from lock file
 
 Package operations: 0 installs, 11 updates, 1 removal
 
   ▒ Removing wincertstore (0.2): Failed
 
   EnvCommandError
 
   Command C:\ProgramData\Anaconda3\envs\redacted\Scripts\pip.exe uninstall wincertstore -y errored with the following return code 1, and output:
   Found existing installation: wincertstore 0.2
   ERROR: Cannot uninstall 'wincertstore'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
 
 
   at c:\programdata\anaconda3\envs\redacted\lib\site-packages\poetry\utils\env.py:1075 in _run
 (redacted)

@tiran
Copy link

tiran commented Jun 8, 2021

You don't need wincertstore any more. I added the functionality to Python's ssl module many years ago. ssl.enum_certificates() is available in Python 2.7.9+ and Python 3.4+.

@graingert
Copy link
Author

Hmm ok it seems anaconda is installing this incorrectly,

@tiran would it be possible for you to edit the pypi metadata so the wincertstore project URL doesn't 404 because it made me assume the project was abandoned rather than superceded

@tiran
Copy link

tiran commented Jun 8, 2021

Done, I had to release 0.2.1 to fix the URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants