Pip: Invalid requirement
Im trying to install a custom package for my project using pip install. The project is using setuptools to create a .whl
file.
Effect of python interpreter and environment on wheel creation
I wrote a python package that I want to publish. I created a setup.py file for it and managed to create a wheel file by running python setup.py sdist bdist_wheel
.