No module named 'eth_typing' [solved by instaling Microsoft Visual C++ 14.0 or greater] #119
-
NeverMind. Thanks, Hello, Traceback (most recent call last): am I doing something wrong. Tim Here is the install: C:\Users\Parad\Documents\crabada.py-master>pip install -r requirements.txt × Running setup.py install for lru-dict did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. C:\Users\Parad\Documents\crabada.py-master>python -m bin.mining.run 0x73A26C4bA35d1eAecb119b3b26EeAc9F67352e9e C:\Users\Parad\Documents\crabada.py-master>python -m bin.mining.run 0x73A26C4bA35d1eAecb119b3b26EeAc9F67352e9e C:\Users\Parad\Documents\crabada.py-master>python -m bin.mining.run 73A26C4bA35d1eAecb119b3b26EeAc9F67352e9e C:\Users\Parad\Documents\crabada.py-master>pip install -r requirements.txt × Running setup.py install for lru-dict did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you @GroverTa1914 for sharing your problem and your solution:
More specifically, I think the issue was solved by installing Microsoft Visual C++ 14.0 or greater (get it with "Microsoft C++ Build Tools"). Let us know if you have more issues 🙂 Cheers, |
Beta Was this translation helpful? Give feedback.
Thank you @GroverTa1914 for sharing your problem and your solution:
More specifically, I think the issue was solved by installing Microsoft Visual C++ 14.0 or greater (get it with "Microsoft C++ Build Tools").
Let us know if you have more issues 🙂
Cheers,
Cocco