Wrote some code using python and tensorflow, and got an error
ImportError: No module named 'stringprep'
which occurs in the Tensorflow code, I did not find on the Internet what method can be used to connect a module that is not installed, maybe someone has encountered a similar problem.
Python v3.5 Tensorflow v1.13.1
pip install stringprep
? - gil9red