wangchdo commented on PR #17055: URL: https://github.com/apache/nuttx/pull/17055#issuecomment-3317448663
> But what's the point of using two different dependency managers? `pipenv` is meant to replace both `virtualenv` and `requirements.txt`. If you use both, you risk dependency drift - different versions in each file (`Pipfile.lock` and `requirements.txt`), which leads to confusion. `pip install` doesn't even work on some OSes that use `PEP 668` (like Arch Linux) and you have to use virtualenv to build nuttx doc. I did not know how to use pipenv, I was only told to use make html and found lots of dependency isseue Let me check how to use pipenv, and cancel this PR firstly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org