isaiahbjork / Auto-GPT-Crypto-Plugin

The AutoGPT Crypto Plugin is a software tool that enables traders to connect their Crypto wallet or exchange to Auto-GPT.
https://github.com/isaiahbjork/Auto-GPT-Crypto-Plugin
MIT License
268 stars 45 forks source link

Have been trying to fix this error for days #7

Open Slyslender opened 1 year ago

Slyslender commented 1 year ago

Building wheels for collected packages: lru-dict Building wheel for lru-dict (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext building 'lru' extension error: 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 lru-dict Running setup.py clean for lru-dict Failed to build lru-dict ERROR: Could not build wheels for lru-dict, which is required to install pyproject.toml-based projects

Deatheye commented 1 year ago

You need to install the Microsoft visual C+14.0. It is not included in visual studio community. It is a seperate installer from Microsoft. I had the same error message before installing. Sry I can't remember the download link.

Slyslender commented 1 year ago

I had downloaded the latest Microsoft c+ version, im gonna try reinstalling it all and see if it works

Deatheye commented 1 year ago

The link suggested by the error message specifically leads to Microsoft visual c++ build tools, which is different from visual c ++. Sorry I didn't realize this sooner. Did you also install those?