Search code examples
pythonsetuptoolspypi

Setuptools Wheels Twine Package Install Error


I am trying to install the package Setuptools Wheels Twine for publishing my package in Pypi but when install the setup package this error comes up. I am using Windows 10 as my OS and VS code.

    C:\Users\Farhan Hasant\moshpdf>pip install setuptools wheels twinese
Collecting setuptools
  Using cached https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl
Collecting wheels
  Could not find a version that satisfies the requirement wheels (from versions: )
No matching distribution found for wheels

Solution

  • The correct code is:

    pip install setuptools wheel twine