Closed ShihengDuan closed 2 months ago
@ShihengDuan thank you for the report! @acordonez and I will take this a look.
@ShihengDuan I couldn't reproduce this error. Could you retry after reinstalling the PMP and if the issue is still persistence?
Discussed offline, issue resolved on user's end.
What happened?
I'm following the Demo0 but it shows
pcmdi_metrics.io.base
doesn't have moduledownload_sample_data_files
. I have to git clone the repo and pip install to solve this problem.Then at
from download_sample_data import generate_parameter_files
I have a similar problem thatNo module named 'download_sample_data'
. It works when I put my notebook under the Demo path. I believe this is not related to the PMP version.What did you expect to happen? Are there are possible answers you came across?
No response
Minimal Complete Verifiable Example (MVCE)
No response
Relevant log output
No response
Anything else we need to know?
No response
Environment
When I use conda install, it shows version 3.5 when I check with
conda list pcmdi_metrics
. But it shows 3.4.1 withpip show pcmdi_metrics
, and in the notebook it shows 3.3.1. After I usedpip install .
, it shows the correct version withpip show pcmdi_metrics
.