Closed borystua closed 2 years ago
Why would you want to install it? It is part of the cpython - https://docs.python.org/3.5/library/uuid.html And, your script is most certainly using the system uuid instead of the "installed" one https://pypi.org/project/uuid/#history Installed one was last updated in 2006 and causes errors
Fixed by your pull request #60. Thanks for your contribution.
Why would you want to install it? It is part of the cpython - https://docs.python.org/3.5/library/uuid.html And, your script is most certainly using the system uuid instead of the "installed" one https://pypi.org/project/uuid/#history Installed one was last updated in 2006 and causes errors