-
Notifications
You must be signed in to change notification settings - Fork 74
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
Package Windows Env #3
Comments
As for accessing BSI values added a return to the
I have not tested the package on windows (I use OSX and Linux, but do not have access to windows). You would need a C++ compiler on windows (could probably install the GNU compiler). Alternatively could create pure python implementation, but would be slow. I came across this link related to setting up the project to be built on windows, but do not have a way to test: |
Thank you for your code modifications. First i test your example on my box linux but i have a trouble for print bsi values.. df = pd.read_csv("csv/volumebars.csv", parse_dates=['stamp']) and i have : Traceback (most recent call last): metrics return None.. :( |
I added the return in eval just this morning, so you would need to pull / reinstall the package. I will check your example later today when I have a little time. |
I just checked the above code you provided. With the modification I made this morning, |
Yes thanks you Jonathan ! with a uninstall and install sound good ! :) |
Hi Jonathan, Can you do the same modification for the HawkesBVC when you had a little time ? :) Many thanks. |
added, you can reinstall again. |
Hello,
You have test your package on Windows environnement ?
And another question : how access to BSI values directly with a print by example ?
Thx.
Regards.
The text was updated successfully, but these errors were encountered: