Nicolás Bravo

Results 6 comments of Nicolás Bravo

Hello. I have the exact same problem. First I got this encoding problem when trying to read the **id.txt** file `Traceback (most recent call last): File "", line 1, in...

Found the solution: The problem is that I was trying to run the code in Python3, but the "id.txt" was written in python2.7 and its encoding is a bit different...

> I had success installing intel node using nvm and rosetta terminal following this guide: https://gist.github.com/LeZuse/bf838718ff2689c5fc035c5a6825a11c > > I was then able to run `npm install` in the [typeorm](https://github.com/typeorm/typeorm/blob/master/CONTRIBUTING.md) project,...

> > @jwinkels @H0UST0N You probably installed node with either `nvm` or `brew`, by doing that you will install the `arm64` version and get this error. The only solution for...

Hi @yashbonde , I tried to find a solution to this issue but the function generates a custom string format defined by you. Maybe you could share the function and...

@eugenelet Any update about this? Would be really helpful to have access to your model. Great work by the way!