1 pointby lpcamisoul7 hours ago2 comments
  • emn4tor6 hours ago
    As iyamani said this aint Stack Overflow, but:

    Either check if pip exists via py exec. (python -m pip install package_name) or bootstrap pip using ensure pip (python -m ensurepip --default-pip)

    Last option would be cloning from source and running python setup.py install

  • iyamani7 hours ago
    This ain't Stack Overflow.