Ever tried it? The tried and true recipe is usually
conda install conda-forge <pkg name>
Won't work, because Anaconda doesn't have rasa
So try pip
pip install rasa
But, you get it crapping out with complaints about ujson and not finding the math.h, blah blah. Something about PEP 517 blah blah. pip install --no-use-pep517 doesn't work.
So? Install just ujson with conda
conda isntall conda-force ujson
That goes through. Now go back and try pip install on rasa and you're good..
Phew!
No comments:
Post a Comment