Issue
I want to install pydataset package in anaconda, below pip command installs it on python 2.7, but I have python 3.7 for Jupyter notebook. How to install pydataset using conda command?
pip install pydataset
Solution
You can issue that same command inside of an anaconda prompt.
See here:
Occasionally a package is needed which is not available as a conda package but is available on PyPI and can be installed with pip. In these cases, it makes sense to try to use both conda and pip.
Answered By - jayveesea
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.