Duncan-McD / OCamlStocks

OCaml Bot for Investing
5 stars 1 forks source link

Connotation #39

Closed MattChann closed 3 years ago

Duncan-McD commented 3 years ago

Looks epic - I'll give it a test run in a bit

Duncan-McD commented 3 years ago

@MattChann I am getting

E (<type 'exceptions.ImportError'>, No module named vaderSentiment.vaderSentiment

when trying to parse a scraped subreddit - is there something else i need to install? like do i need to download the python vadersentiment package or something?

Duncan-McD commented 3 years ago

im assuming just pip install vadersentiment

also do they need to have have python installed in order to run our project now?

MattChann commented 3 years ago

Yes python is now required for our project. I have updated the installation requirements to add this and also specify the need for pip install vaderSentiment.

Duncan-McD commented 3 years ago

after running pip install vaderSentiment on ubuntu it still throws that same error - is this because i need to use 2.7 on ubuntu as well or was that just a mac thing?