-
Notifications
You must be signed in to change notification settings - Fork 241
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
pip install doesn't work #156
Comments
same issue with the following error message:
|
Hey guys, I don't maintain this library anymore. In fact, I would even advise not to use it as I never really got around to implementing proper test coverage and the like - it was very experimental! Are you after specific methods included with the library? Let me know what problem you are trying to solve and I can either point you to another library, or if it's an algorithm within that I know works well, then I can provide some advice. Thanks! |
Hi Ross, Thanks for your help. I was mostly looking to use the GARCH model. Do you have a suggestion? |
Cool! Yes actually the GARCH/EGARCH modules work fairly well in this package so might be worth using for that use case. I think I know what is causing your error so I'll have a brief look at the weekend if I get some time! |
Hey @EtienneGagnon1, it looks this is a common issue that has happened with some other libraries, see for instance: numpy/numpy#11483. You might be able to find how they solved it if you Google: "'exc_type': is not a member of '_ts'". I'm pretty sure this happened to me a few months ago. Let me know if you manage to solve this, if not I can still have a look for you. |
I just installed it from github. Thanks for your help! @RJT1990 |
Yea, installing from source works fine. So a version bump would be all you
need probably to get it to build again. Sounds like this is abandoned
then? Would you mind if I was interested in taking over development?
…On Fri, Jun 26, 2020 at 7:45 PM Etienne Gagnon ***@***.***> wrote:
I just installed it from github. Thanks for your help! @RJT1990
<https://github.com/RJT1990>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#156 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHCZPMQSFICPN3SFW3QBZTRYUXKDANCNFSM4OIQTV5Q>
.
|
Hi @RJT1990 , what library would you suggest for Bayesian VAR? Thank you. |
Hi!
Thanks for making this wonderful library. It looks like doing
python -m pip install pyflux
doesn't work.I'm running Mac OSX, catalina and using python 3.7.
The code builds fine if I clone the repo and do
python setup.py install
so I'm guessing you just need to build the project again? Maybe something as simple as a version bump would be enough to get this to build.The text was updated successfully, but these errors were encountered: