-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problems about step 1.3 #56
Comments
it seems in the last |
thank you for your advice,I have sovled this problem by changing yo Ubuntu ,but I have another question when run'make python' |
it might because of the PEP668, the following link discussed some solutions: https://stackoverflow.com/questions/75602063/pip-install-r-requirements-txt-is-failing-this-environment-is-externally-mana Are you able to install numpy if you type |
I try to change to the virtual environment,but it mention that as follows: × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. How can I bulid wheel successully? I have numpy installed already,why can't find numpy.distutils? |
As I mentioned, did you try 'pip install . -v' instead of 'make python'. I can't see what command you typed in your terminal. |
I see you 'cd python', could you don't 'cd python', and just stay in FMM3D-1.0.4 folder and try pip install . -v |
Also please update/download the new repo, there is some changes in the new repo. I think you are using the old repo. The latest change is last Thursday. |
It looks like for c/fortran/c++ code, could you check is the gcc-13 is installed? if so could you edit all the makefiles your are using to use gcc-13/gfortran-13/g++-13, it seems the system finds |
you can manually change lfmm3d_example.make yourself to use gcc-13, it is not required to use gcc-9, it was a dev makefile to test. |
|
The text was updated successfully, but these errors were encountered: