Samarth KaPatel

Results 33 comments of Samarth KaPatel

@heanhsok Could you explain what problem are we trying to solve with this issue?

> Of course. In the future, go ahead and fix the failing checks before requesting review. Also, you don't have to provide a full report of the failing tests, etc...

@Shr3yash The VM software that works for me is VMWare. Feel free to give a try on that as well We expect people to resolve these kind of issues as...

These are the instruction for installing the ubuntu on VMWare which worked for me https://github.com/causify-ai/helpers/blob/master/docs/onboarding/intern.set_up_development_on_laptop.how_to_guide.md#supported-os Plenty of resources are present online to install VMWare itself.

> also importing it Where did we try importing it? I think the reason for this error is due to this LOCs https://github.com/causify-ai/helpers/blob/master/helpers/hs3.py#L21-L25 Unable to import s3fs. Lets try to...

Can you also post the sequence of commands you're running?

I meant the sequence when setting up the env. Not sure if the above installations are needed bcz these are done when running build.py

As mentioned in the docs, the correct solution is to run build.py file once and only when doing the setup for the first time before running tmux.py. When you run...

> I think the documentation is a little confusing. The thin environment section says it can be skipped if you're using tmux, and the tmux part mentions that the thin...

@Shr3yash `permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock` From my experience, the error you are seeing is local to your system only. Its because...