Forum in maintenance, we will back soon 🙂
Scripts health 14.01
see enclosed text file
@vjanrikard Do you have a particular question?
I see in your txt file many issues which one do you want to focus on?
pip install newspaper3k
which is what you were given in the error message when you tried to install just newspaper.
co = cohere.Client('9XdEumRex3ZJteJPB21oAL00Hq3NlUukLbno') # This is your trial API key
you need to pay attention to use a quoted string. Also you need to watch your indentation; Python syntax uses indentation to indicate where the code relationship resides. I copied your code, I didn't check the syntax for using cohere.Client().
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
see attached text file
PS My my only experience with python and github is what I learned in this course an I am only halfway.
Thanks
Jan Rikard
see attached text file
Hi,
I have now sucsessfully run pip3 install newspaper3k for python3. This convensatio is thereby solved-
After I run in (myenv) environment all scripts ok, problem solved