Node Central

Results 142 comments of Node Central

Thanks - I had not noticed someone had responsed.. Using ‘whereis graph’, it returns the following. ```` graph: /usr/local/bin/graph ```` Which suggests I would need to update the graph part...

Well I tried the full path, and while it still works when I run it manually (as pi user) - it sadly still doesn’t work via crontab, although this time...

Great many thanks - How best do I update my Pi with the latest version ?

> Assuming you used `pip` originally. If you used `pip2` then upgrade with `pip2` Great many thanks - How can I find out which version of pip I used originally?

Great, ok, I’ve done that, and this is what it returned.. ```` pi@raspberrypi:~ $ pip freeze | grep graph-cli graph-cli==0.1.7 ```` How do I work out the pip version ?

Thanks - not sure if you can help with this, but for some reason every attempt I’ve made to do the upgrade it fails on my raspberry pi - it...

I’ve google’d the hell out of this and no luck fixing it. - so I’m going to try and do a whole new Rasp Pi build and install graph_cli from...

Wow, I forgot how long it takes to install :-) This part took ages, why is that ? ```` Building wheels for collected packages: pandas, subprocess32, kiwisolver Running setup.py bdist_wheel...

Hi, quick update, the Installation claimed to have been successful, but I now receive a new error whenever I run graph.. I’ve posted it as a new issue.. https://github.com/mcastorina/graph-cli/issues/47

Thanks, although that was where I started - I posted this here as I was keen to see more. For example, what manipulation I can do with the .csv I’ve...