When installing meilisearch
using pip
, using the following command:
pip3 install meilisearch
gives the following error:
bash: /c/Users/NASA/AppData/Local/Programs/Python/Python39/Scripts/pip3: Permission denied
How can it be solved?
When installing meilisearch
using pip
, using the following command:
pip3 install meilisearch
gives the following error:
bash: /c/Users/NASA/AppData/Local/Programs/Python/Python39/Scripts/pip3: Permission denied
How can it be solved?
Copyright © 2021 Jogjafile Inc.
This is a
permissions-error
, and is common if you are not logged in from an account with admin-privileges.One possible way is to install for your account only, by using
Another possible workaround is to use a Virtual-Environment.