flaport / fdtd

A 3D electromagnetic FDTD simulator written in Python with optional GPU support

Home Page:https://fdtd.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: File "setup.py" not found.

mmmmeta opened this issue · comments

ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: F:\python_fdtd\fdtd
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)

Which version of python and which version of pip are you using?

python 3.6.15 pip 20.0.2

Which version of python and which version of pip are you using?

your python version is very old. Python 3.6 reached end of life in 2021. Try updating.

your python version is very old. Python 3.6 reached end of life in 2021. Try updating.

I have tried python 3.10 and it works. Thank a lot