Open lucianogsilvestri opened 1 year ago
Hi We just made a commit to update pyproject.toml and disable editable mode installation for now, let us know if it works now? Anyway, we are going to switch to pyproject.toml with scikit-build-core or meson for python build soon.
Thanks @lu1and10. I was able to install the python wrappers via make python
after pulling the new commit.
Hi
I am unable to install python wrappers. I have tried several things
Running the command
pip install fmm3dpy
givesFollowing the instructions on the website, I ran
make install
and successfully installed FMM3D. I then triedmake python
but i get the followingHowever,
setuptools
is already installed, version 68.0.0I am using Python 3.9.17 and pip 23.2.1, System: Chip: Apple M2 Max MacOS: ventura 13.4
Thanks for your help