#0K Srinivasan Ramachandran

Results 28 comments of #0K Srinivasan Ramachandran

Did you try compiling yourself with`python setup.py build`? Here is a link similar to the issue you are facing on malloc.h https://stackoverflow.com/questions/56463049/should-mac-osx-have-a-malloc-h-file Try and let me know if you still...

I believe it is coming from the description text. Just make it into a empty string and try compiling On Mon, Aug 10, 2020 at 2:58 PM Connor Hazen wrote:...

Hi, Did you try installing through pip? Was [README.md](https://github.com/aalavandhaann/go-icp_cython/blob/master/README.md) not useful? Did it not work correctly? Can you share more information to debug this problem? Looks like you don't have...

I cannot magically solve this problem unless you share the complete error logs. I can only keep guessing On Tue, Aug 11, 2020, 9:43 PM Connor Hazen wrote: > Tried...

Great and thanks for the error logs. I believe the pip install fails because of the encoding error with Windows. But the manual compilation looks fine. I guess the Python...

No worries and you are welcome the most. I will login to my Windows system tomorrow. Let me know if you still have any issues and I will see what...

I am sorry but I couldn't understand what you are trying to convey

Did you install cython and autowrap as instructed in the readme? Or can you try pip install ```pip install py-goicp```

I found that the issue arises from outdated autowrap complication of pyx and cpp files. I will fix it tomorrow and update the pip packages as well.

Hey, It should work now. I have updated the setup.py to compile the files everytime it is being installed. You can try either, `pip install py-goicp --user` or `python setup.py...