Skip to content Skip to sidebar Skip to footer

Error With Simplejson Dependency When Installing Eve

I am new to Python and am trying to install Eve. I have Python 3.6.3 installed and am using pipenv. When I run pipenv install eve it fails with the error (here's an excerpt): r

Solution 1:

I found the answer. Yes, I do need the SDK. Windows compilers are required to "Install a non-pure Python package from sources with Pip" on Windows machines and are included in Microsoft Build Tools. More information can be found here: https://wiki.python.org/moin/WindowsCompilers


Post a Comment for "Error With Simplejson Dependency When Installing Eve"