You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using conda to manage environments, but I suspect that isn't the problem. I would guess those assets are not being distributed in the release, but it works when cloning. Either way, here is my setup from conda info:
@jefffriesen This should be fixed. There was an issue with the MANIFEST.in file, which prevented the proper files from being included in the release. I released v2.5.4-post1 with the fix. I'll go ahead and close this and #353 since you're not blocked, but feel free to reopen or open another issue if this comes up again.
$ pip install eemeter==2.5.4-post1
These should all work now. Please be aware of the caution to use pandas < 0.24 for now (see #338).
Installing using
pip install eemeter
and trying to run the sample data usingeemeter.samples()
gives me the following error:The contents of
/Users/jeff/anaconda3/envs/openee/lib/python3.7/site-packages/eemeter/samples/
has:No sample data or metadata.json.
However, based on issue #330 I installed in a new environment using:
eemeter.samples()
worked at this point.I'm using conda to manage environments, but I suspect that isn't the problem. I would guess those assets are not being distributed in the release, but it works when cloning. Either way, here is my setup from
conda info
:So I'm not blocked, but I thought you should know. Thanks.
The text was updated successfully, but these errors were encountered: