Dear Marco, Thank you for your kind idea of creating and distributing this script. It has saved me tons of work. I didn't have the libraries in my current PC, but Python tells us what we are missing, so that was fine. I updated your code since pandas doesn't use ".save()" anymore and the script works fine. Once again, thank you for this.
Hello Marco. I tried to run the flowfitter.py several times but I think that there is an error. Specifically, the windows terminal and the pycharm gave the same error: Traceback (most recent call last): File "C:\Users\Samsung\Desktop\flowfitter.py", line 12, in import numpy as np ModuleNotFoundError: No module named 'numpy' Could you please suggest me a solution to this problem?
when a library is not found (numpy in this case) you can easily install it. If pip is already installed run in terminal "pip install numpy". packaging.python.org/en/latest/tutorials/installing-packages/
how? you can see the outputs in the jupyter notebook in the github repo (github.com/opsabarsec/flow-curve-fitter/blob/main/Flow_curves_models_fit.ipynb) But of course, since it is open source, syntax modifications are welcome by anyone
Dear Marco,
Thank you for your kind idea of creating and distributing this script. It has saved me tons of work. I didn't have the libraries in my current PC, but Python tells us what we are missing, so that was fine. I updated your code since pandas doesn't use ".save()" anymore and the script works fine. Once again, thank you for this.
Well done, Rafael. Thanks to you
thank you, i love you for this
Hello Marco.
I tried to run the flowfitter.py several times but I think that there is an error. Specifically, the windows terminal and the pycharm gave the same error:
Traceback (most recent call last):
File "C:\Users\Samsung\Desktop\flowfitter.py", line 12, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Could you please suggest me a solution to this problem?
when a library is not found (numpy in this case) you can easily install it. If pip is already installed run in terminal "pip install numpy". packaging.python.org/en/latest/tutorials/installing-packages/
@@marcoberta6353 Thank you very much for your help.
Hello Marco
Can you help me out to fit my rheological data?
Thank you
This code not running.. There is a problem with the syntax I guess
how? you can see the outputs in the jupyter notebook in the github repo (github.com/opsabarsec/flow-curve-fitter/blob/main/Flow_curves_models_fit.ipynb) But of course, since it is open source, syntax modifications are welcome by anyone