nlpia
nlpia copied to clipboard
environment conflict conda/environment.yml
While running the command conda env create -n nlpiaenv -f conda/environment.yml, conda yield environment conflicts on multiple area. Some seem to be related to the version of Python itself (some package version are only support for python 2.6-2.7, which are quite outdated)
I came across the same problem, have you solved it yet?
No I gave up on the book after not receiving any support on this. Quite a shame. the book started well
i encountered the same problem in windows 10
Same problem; I cannot create the environment as many packages conflict with one another. The authors should review the codebase to make it compatible with more recent versions of required packages.
I am learning the book at the moment and has been faced same problems. So I created fork with correct Dockerfile and requirements.txt, that doesn`t throw conflicts and allow me to run Jupyter notebooks. You can use it https://github.com/Dezzpil/nlpia and run env in Docker as described in README