Attempting to load from PharmaDatasets…
PharmaDatasets method failed: ArgumentError(“Could not find “pumas\\analysis_data\\warfarin_pkpd_FOCEI_2cpt” dataset. Did you mean one of the following?\n\n - “pumas_tutorials\\wide_data”\n - “pumas_tutorials\\iv_sd_final_target_format”\n - “pumas_tutorials\\po_sd_1”\n - “psptutorials\\basics_p2_mould\\sec12.7.1”\n - “psptutorials\\basics_p2_mould\\sec12.3.1”\n - “psptutorials\\basics_p2_mould\\sec12.6.5”\n”)
Attempting to load from local file…
Trying: C:\Users\Abhiram\VSCODE\WARFARIN\warfarin_data.csv
File not found at this location
Trying: C:\Users\Abhiram\warfarin_data.csv
File not found at this location
Trying: C:\Users\Abhiram\Downloads\warfarin_data.csv
File not found at this location
Trying: warfarin_data.csv
File not found at this location
======================================================================
COULD NOT LOAD DATA FROM ANY SOURCE
SOLUTION OPTIONS:
-
USE PHARMADATASETS (Easiest):
The Warfarin dataset should be available in PharmaDatasets.
If not installed, run:
using Pkg; Pkg.add(“PharmaDatasets”) -
DOWNLOAD THE FILE:
Download warfarin data from:
https://github.com/PumasAI/PumasTutorials.jl/tree/master/data -
CREATE YOUR OWN DATA:
Check the required format in the documentation -
CHECK YOUR FILE LOCATION:
Current working directory: C:\Users\Abhiram
List files here: readdir(pwd())
ERROR: Cannot proceed without data. Please follow solutions above.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] top-level scope
@ .\Untitled-2:87
caused by: ArgumentError: Could not find “pumas\analysis_data\warfarin_pkpd_FOCEI_2cpt” dataset. Did you mean one of the following?
- “pumas_tutorials\wide_data”
- “pumas_tutorials\iv_sd_final_target_format”
- “pumas_tutorials\po_sd_1”
- “psptutorials\basics_p2_mould\sec12.7.1”
- “psptutorials\basics_p2_mould\sec12.3.1”
- “psptutorials\basics_p2_mould\sec12.6.5”
Stacktrace:
[1] _dataset_path(query::String)
@ PharmaDatasets .\none:138
[2] dataset (repeats 2 times)
@ .\none:151 [inlined]
[3] top-level scope
@ .\Untitled-2:29
Im doing Module 4: Population PK and PK/PD Modeling with Pumas (Compartmental PK model)
im facing the the above arror pls help to resolve
