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
When downloading the latest version of this repository I found on setup, the following change is needed to be made to the setup file:
From package_data={'nemweb': 'tests/2018_09_21.pkl'}
To package_data={'nemweb': ['tests/2018_09_21.pkl']}
As the package_data dictionary most be a list of strings.
Cheers, some users may get caught.
The text was updated successfully, but these errors were encountered:
To whom it may concern,
When downloading the latest version of this repository I found on setup, the following change is needed to be made to the setup file:
From package_data={'nemweb': 'tests/2018_09_21.pkl'}
To package_data={'nemweb': ['tests/2018_09_21.pkl']}
As the package_data dictionary most be a list of strings.
Cheers, some users may get caught.
The text was updated successfully, but these errors were encountered: