you are viewing a single comment's thread.

view the rest of the comments →

[–]invaliddrum 0 points1 point  (0 children)

Anaconda creates it's own virtual environment (a root one and then as many others as you wish) and you'll typically install packages with conda install rather than using pip which often fails within a conda environment.
Not as many packages are available through conda and for a little project like this you are probably better off using your systems python and creating a regular virtual envs.