pyproject.toml for using Numpy / Scipyt
[tool.poetry] name = "project" version = "0.1.0" description = "" authors = ["kevin <your@gmail.com>"] readme = "README.md" packages = [{include…
[tool.poetry] name = "project" version = "0.1.0" description = "" authors = ["kevin <your@gmail.com>"] readme = "README.md" packages = [{include…
When you install Python using pyenv install 3.11.1, the below error might occur. ModuleNotFoundError: No module named ‘_ssl’ERROR: The Python…