Teh Kok How
Teh Kok How
Reopen this as my assumption that it was due to the `tensorflow` and/or `scikit-surprise` are not true. I remove the 2 suspircious packages from Pipfile and still see the same...
What do you mean? `pip install` from `Pipfile`? Does `pip` do that?
https://github.com/pypa/pip/issues/13384
Same error with another project. [pipenv_error.txt](https://github.com/user-attachments/files/20054358/pipenv_error.txt)
Any update?
All the dependencies are specified in `Pipfile` and as far as I know, `pip` doesn't work with `Pipfile`?
There is a chicken-egg issue here. To lock `Pipfile`, I hit the error described in this issue. Without `Pipfile.lock`, how can I generate the requiremets.txt? `pipenv requirements > requirements.txt` generates...
https://github.com/khteh/pAIthon/blob/master/Pipfile
That doesn't resolve the issue. Even every other package/dependency which doesn't support Python 3.13 is removed from `Pipfile`, the error happens with pipenv. For example, after I remove `tensorflow` and...
I created this issue because I need Python 3.13. I can do away with the packages until they support Python 3.13 but this error doesn't show that it has to...