When I'm installing pydensecrf, I always got error. ( cant build VC++, rc.exe )
Some solution says:
Use Python 3.5.5, it will let you install pydensecrf. -> It's not working.
Use conda to install. -> I don't like conda, so I didn't do this.
I found the solution it work!
Do the instruction below:
step 1:
Update VC++BuildTools to last version.
I don't know exactly version we need.
Some say 2014, 2015 or other, so I installed 2018.
step 2:
Do the instruction in this link:
https://stackoverflow.com/questions/43858836/python-installing-clarifai-vs14-0-link-exe-failed-with-exit-status-1158
When I'm installing pydensecrf, I always got error. ( cant build VC++, rc.exe ) Some solution says: Use Python 3.5.5, it will let you install pydensecrf. -> It's not working. Use conda to install. -> I don't like conda, so I didn't do this. I found the solution it work! Do the instruction below: step 1: Update VC++BuildTools to last version. I don't know exactly version we need. Some say 2014, 2015 or other, so I installed 2018. step 2: Do the instruction in this link: https://stackoverflow.com/questions/43858836/python-installing-clarifai-vs14-0-link-exe-failed-with-exit-status-1158
And it install succeed!