Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed ewstools using pip but shows AttributeError #428

Closed
gabosantos opened this issue Jul 7, 2022 · 2 comments
Closed

Installed ewstools using pip but shows AttributeError #428

gabosantos opened this issue Jul 7, 2022 · 2 comments

Comments

@gabosantos
Copy link

Hi,

I am exploring this library for my research on detecting tipping points. I made a time-series data based on typhoon speeds and would like to run it through this module. I am following the tutorial notebook where the time series class was initiated but this is where I encountered the AttributeError. Screenshot shown below:

image

I wonder if there's a suggested fix on this? Thanks and hope to hear from you soon.

Regards,
Gabriel

@ThomasMBury
Copy link
Owner

Hi Gabriel,

Great that you're using the library! The TimeSeries attribute that you're trying to use is currently in development - I only started coding it this week! These changes have not been released yet to the ewstools package on PyPI, which is where you are probably installing ewstools from (with pip).

You can use the developer's version of ewstools by installing it directly from Github (see e.g. https://stackoverflow.com/questions/15268953/how-to-install-python-package-from-github) - but be warned that it may still be prone to bugs. I plan to have a new release of ewstools to PyPI (version 2.0) released in about a week or so.

Best,
Thomas

@gabosantos
Copy link
Author

Hi Thomas,

Thanks for the prompt response. Understand that it's still under development and looking forward for the version 2.0.

Regards,
Gabriel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants