Closed V2dha closed 3 years ago
I'm having an issue with the import requirements
statement in setup.py. What version of python should I be using? (I'm on 3 right now)
Did you run all the above mentioned commands in order especially the pip install -e .
?
If you are still getting the error, install it externally in terminal by the following command-
pip3 install requirements-parser
pip3 install setuptools
I have set up a basic directory for the cli if you'll go through it I have commented the necessary things.
Testing Test the package if it works or not by running the following commands in the locally
python setup.py install
python setup.py sdist bdist_wheel
pip install -e .
python-cli
The output would be -
It invokes the main.py present in the src folder along with the classmodule.py and func.module.py in case we might need to invoke a class or function.
Just test this once if it works just comment on this issue!