flaport / fdtd

A 3D electromagnetic FDTD simulator written in Python with optional GPU support
https://fdtd.readthedocs.io
MIT License
454 stars 116 forks source link

ERROR: File "setup.py" not found. #69

Closed mmmmeta closed 3 months ago

mmmmeta commented 3 months ago

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.)

flaport commented 3 months ago

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

mmmmeta commented 3 months ago

python 3.6.15 pip 20.0.2

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

flaport commented 3 months ago

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

mmmmeta commented 3 months ago

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