treverhines / RBF

Python package containing the tools necessary for radial basis function (RBF) applications
MIT License
215 stars 50 forks source link

no module named "rbf.poly" #17

Closed remoss96CZ closed 3 years ago

remoss96CZ commented 3 years ago

hello, when i try to run one of your examples the python sends this error:

Reloaded modules: rbf._version, rbf Traceback (most recent call last):

File "C:\Users\frant\Desktop\RSM_v5\untitled2.py", line 9, in from rbf.basis import mq

File "C:\Users\frant\rbf\basis.py", line 60, in from rbf.poly import monomial_powers

ModuleNotFoundError: No module named 'rbf.poly'

can you please help me?

remoss96CZ commented 3 years ago

problem solved. i just needed to execute the script from another directory.