gsheppar / Prisma-SD-WAN-Deploy-Make

GUI application to help push out Prisma SD-WAN sites from a CSV database and Jinja base file. Also, there is an application to help create the Jinja base file and CSV database if you want to customize your own.
4 stars 5 forks source link

Levenshtein Dependency Issues #1

Closed vizerei closed 2 years ago

vizerei commented 2 years ago

Using PyCharm Community Eddition 2022.1.2 Python sys.version: 3.9.10 (tags/v3.9.10:f2f3f53, Jan 17 2022, 15:14:21) [MSC v.1929 64 bit (AMD64)]

When executing "pip install -r requirements.txt" most items install, but Levenshtein errors out. The error references something that I do indeed have installed. I even followed the directions to install the build tools, rebooted, restarted, created new projects, and still have the same error.

  setuptools._distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for python-Levenshtein

vizerei commented 2 years ago

Just as a note: I understand that this is not an issue with your software. I added this issue to make you aware of a problem users may be having due to the dependency.