Hi,
Whenever I try to run any script or even just import the package I get the following error
" File "C:*\filtered data.py", line 9, in
import rcpchgrowth as rcp
File "C:*.venv\Lib\site-packages\rcpchgrowth_init_.py", line 1, in
from .age_advice_strings import comment_prematurity_correction
File "C:***.venv\Lib\site-packages\rcpchgrowth\age_advice_strings.py", line 1, in
from rcpchgrowth.constants import CDC, WHO
ModuleNotFoundError: No module named 'rcpchgrowth.constants'"
I appreciate that I am running it from pycharm rather than a jupyter notebook but I am unsure what possible impact that might have.
I have tried running it from a jupyter notebook and seem to be getting the same error.
Would appreciate any help anyone could give - thanks.
Hi,
Whenever I try to run any script or even just import the package I get the following error
" File "C:*\filtered data.py", line 9, in
import rcpchgrowth as rcp
File "C:*.venv\Lib\site-packages\rcpchgrowth_init_.py", line 1, in
from .age_advice_strings import comment_prematurity_correction
File "C:***.venv\Lib\site-packages\rcpchgrowth\age_advice_strings.py", line 1, in
from rcpchgrowth.constants import CDC, WHO
ModuleNotFoundError: No module named 'rcpchgrowth.constants'"
I appreciate that I am running it from pycharm rather than a jupyter notebook but I am unsure what possible impact that might have.
I have tried running it from a jupyter notebook and seem to be getting the same error.
Would appreciate any help anyone could give - thanks.