Open MartinThoma opened 9 years ago
Hello, Martin I just met your hwrtool I work on my notebook I have 8GB RAM. I started getting some errors. I wish to work on the project with you as much as I am able. During download.py execution I got MemoryError when calling is_file_consistent() The file would need to be read in chunks in my opinion.
Hello Iskren,
Thanks for your feedback!
Could you please paste the error message? I don't use Windows, so testing is a bit difficult for me.
Of course, sure.
Traceback (most recent call last):
File "hwrt\download.py", line 58, in
Thank you :-)
I guess the solution is http://stackoverflow.com/a/1131238/562769 I'll try that tomorrow (I can get access to windows computers at university).
:) YES
just a note: http://stackoverflow.com/a/1131255/3345926 this one is better i can apply it and make a pull request (PR) for you, if you dont mind, because I saw this is your Phd project
Oh, no, this is not my PhD project. It was a project for my bachelors thesis and I will continue working on it in my masters thesis.
Feel free to add the pull request.
can we add somewhere in the documentation that there are already some precompiled libs here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#h5py
clarification on previous message http://www.lfd.uci.edu/~gohlke/pythonlibs/6icuform/h5py-2.4.0-cp27-none-win32.whl h5py Cythoning has some problems
The following error is raised when I start the server:
Traceback (most recent call last):
File "hwrt\serve.py", line 295, in
yes, I met the problem stated by thesunlover
I can confirm, but sadly don't have the time to fix this. This is the reason why I put it on INACTIVE (to be honest, I also forgot this PR)
Check if
hwrt
works on Windows machines. What are the exact error messages?