Closed samm81 closed 1 year ago
running pipenv install would get a ValueError: "Requirement" object has no field "use_pep517", the internet suggested that running pipenv lock would fix the issue - and it did
pipenv install
ValueError: "Requirement" object has no field "use_pep517"
pipenv lock
running
pipenv install
would get aValueError: "Requirement" object has no field "use_pep517"
, the internet suggested that runningpipenv lock
would fix the issue - and it did