I aim to use the 'drama' python package [link].
I installed 'drama' using PIP
(when tried to instal using PIP3
I get an error that pip3
is not defined). I am running Python 3.7 in Spyder.
The package confirms it is installed but a kernel restart may be required. I restarted the kernel.
When I run the example showed in link:
from drama import oscar
results = oscar.run(sma=[6500, 6550],parallel=False)
I get the following error:
RuntimeError: Can't find DRAMA installation configuration file. A reinstallation of DRAMA 3.0.4 should fix it.
I double checked and drama is listed when I check pip list
.
Any ideas on what I could try to solve this issue?
Thanks,