-
I even got errors when installing with pip... PS C:\Users\mattj> pipx install eth-brownie
Fatal error from pip prevented installation. Full pip output in file:
C:\Users\mattj\.local\pipx\logs\cmd_2022-12-01_19.55.25_pip_errors.log
pip failed to build packages:
bitarray
cytoolz
yarl
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.34.31933\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
cytoolz/dicttoolz.c(209): fatal error C1083: Cannot open include file: 'longintrepr.h': No such file or directory
yarl/_quoting_c.c(196): fatal error C1083: Cannot open include file: 'longintrepr.h': No such file or directory
Error installing eth-brownie. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hello @mattjaf as you mentioned on you other post this could be solved installed cytools trough Visual Studio. |
Beta Was this translation helpful? Give feedback.
-
Wait is there something else I was suppose to select in the visual studio installer? I tried installing cytoolz through pip |
Beta Was this translation helpful? Give feedback.
-
installed fine on python 3.9 might not be compatible with 3.11 breaking changes |
Beta Was this translation helpful? Give feedback.
installed fine on python 3.9 might not be compatible with 3.11 breaking changes