Go to advanced search

by smithy1155
Wed Jul 08, 2020 9:20 am
Forum: Beginners
Topic: Tensorflow
Replies: 2
Views: 164

Re: Tensorflow

thank you for your reply
by smithy1155
Wed Jul 01, 2020 4:34 am
Forum: Beginners
Topic: Tensorflow
Replies: 2
Views: 164

Tensorflow

i was just wondering if anyone has a easy guide to follow to set up Tensorflow on a Raspberry Pi 3, i have tried numerous ones but seem to struggle to get it to work.
by smithy1155
Fri Feb 21, 2020 4:52 pm
Forum: Python
Topic: removing Twython
Replies: 4
Views: 250

Re: removing Twython

thank you for your reply and i haven't actually installed it, it comes pre-installed Is your RPi running the Raspbian Operating System? Would the Add/Remove Software utility available via the drop-down menu system on the Raspberry Pi desktop GUI help with this requirement? (Does it actually make a ...
by smithy1155
Fri Feb 21, 2020 2:52 pm
Forum: Python
Topic: removing Twython
Replies: 4
Views: 250

Re: removing Twython

thank you for your reply and i haven't actually installed it, it comes pre-installed
by smithy1155
Fri Feb 21, 2020 12:17 pm
Forum: Python
Topic: removing Twython
Replies: 4
Views: 250

removing Twython

i'm currently trying to remove twython from my pi

i've tried

Code: Select all

sudo pip3 uninstall twython
but i'm getting this message back to me

Not uninstalling twython at /usr/lib/python3/dist-packages, outside environment /usr

just wondering if anyone has any solutions
by smithy1155
Sun Dec 02, 2018 1:00 pm
Forum: Python
Topic: Twython Incomplete Read HTTP Chunk Encoding Error
Replies: 3
Views: 858

Re: Twython Incomplete Read HTTP Chunk Encoding Error

can i make a suggestion, have you thought that it could be emojis?. i've used Twython my self, and it always got an encoding error when an emoji was used
by smithy1155
Tue Nov 29, 2016 8:34 pm
Forum: Networking and servers
Topic: Raspberry Pi Access Point Problem
Replies: 5
Views: 1099

Re: Raspberry Pi Access Point Problem

You was right it wasn't in /etc/iptables.ipv4.nat I did the code which you suggested and came back with the response of /sbin/iptables-save I've had a look in the folder and seems everything is in there, so I should be correct in saying the code should actually be now sudo sh -c "iptables-save > /sb...
by smithy1155
Tue Nov 29, 2016 3:42 pm
Forum: Networking and servers
Topic: Raspberry Pi Access Point Problem
Replies: 5
Views: 1099

Raspberry Pi Access Point Problem

Hi, It's the first time I've tried doing this and all has gone well so far I've been using this https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/install-software as a walkthrough guide and it's gone well. However the problem I have is trying to get an internet connection f...
by smithy1155
Mon Nov 21, 2016 2:46 pm
Forum: Python
Topic: Using Twython to upload video to Twitter
Replies: 11
Views: 4015

Re: Using Twython to upload video to Twitter

your not the only one! i've got the photo working without a problem but no further with the video! might just give it a miss!

thank you for your help!
by smithy1155
Sat Nov 19, 2016 2:33 pm
Forum: Python
Topic: Using Twython to upload video to Twitter
Replies: 11
Views: 4015

Re: Using Twython to upload video to Twitter

Thank you for your reply I just keep getting error messages on using both .upload_media & .upload_video

Says on each one, object has no attribute, but thank you.
by smithy1155
Thu Nov 17, 2016 1:04 pm
Forum: Python
Topic: Using Twython to upload video to Twitter
Replies: 11
Views: 4015

Re: Using Twython to upload video to Twitter

I've just came across the same problem! Did anyone have a solution for this?
by smithy1155
Tue Nov 08, 2016 10:19 am
Forum: Python
Topic: pyowm
Replies: 6
Views: 2280

Re: pyowm

Thank you all for your help, and pointing me in the right direction, after having a look around on other forums it seemed pip3 wasn't installed.

someone had suggested using this code

Code: Select all

sudo easy_install3 pip
it has worked!

Many Thanks
by smithy1155
Mon Nov 07, 2016 6:01 am
Forum: Python
Topic: pyowm
Replies: 6
Views: 2280

Re: pyowm

I'm definitely connected to the internet, I can download the package for python 2.7 without a problem
by smithy1155
Sun Nov 06, 2016 6:21 pm
Forum: Python
Topic: pyowm
Replies: 6
Views: 2280

Re: pyowm

my apologies for not posting the error. but this is the response i get Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> load_entry_point('pip==1.5.6', 'console_scripts', 'pip3')() File "/usr/lib/python3/dist-packages/pkg_resources.py", line 356, in load_entry_point return...
by smithy1155
Sun Nov 06, 2016 5:38 pm
Forum: Python
Topic: pyowm
Replies: 6
Views: 2280

pyowm

I'm very new Python and just started to have a mess about with it. I came across open weather map and thought I'd be able to incorporate it into a program, I had a search on Google and came across pyowm. I've been using python 3.4.2 and wanted to install pyowm I used sudo pip3 install pyowm However ...

Go to advanced search