Answer the question
In order to leave comments, you need to log in
How to solve problem when installing 'hashlib' Python package in VS?
Good day!
Background
It was required to use PYTHON together with C#. Well, I connected the "hashlib" library to PYTHON. And when I ran the project, the following came up: (IronPython.Runtime.Exceptions.ImportException: "No module named hashlib")
tried to install the package and ended up with this:
Answer the question
In order to leave comments, you need to log in
hashlib is part of the CPython standard library with C-optimizations. I think these optimizations are not compatible with .NET at all, and all these packages that are in PyPI are designed for CPython.
Where did you dig up such a ten-year-old mammoth at all?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question