Compute Questions
Software Questions
Data Questions
How Do I Install a Python Package?
To install a Python package on the Yens, you need to install it just for your own user. For instance, if you are trying to install the popular string matching package fuzzywuzzy
, you would type:
pip3 install fuzzywuzzy --user
You should then be able to import the package in Python.
Connect with us