1👍
This is what fixed it for me:
After I used the commnad python -m pip install --upgrade pip
, the packages are showing up when using the pip freeze
command.
Source:stackexchange.com
1👍
This is what fixed it for me:
After I used the commnad python -m pip install --upgrade pip
, the packages are showing up when using the pip freeze
command.