NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

psiturk-heroku-config:: command not found #481

Closed gbernal closed 3 years ago

gbernal commented 3 years ago

Hi there,

I'm following the step to deploy psiTurk with heroku and one of the steps is to run this command psiturk-heroku-config, when I do that I get the error command not found. As a side note when I run psiturk-setup-example works as expected. My psiTurk version is 2.3.12. Any help would be greatly appreciated

Thank you Guillermo

gureckis commented 3 years ago

update to latest in pip (e.g., right now it is 3.0.6), I don't believe that command existed back in the 2.3.x era.

gbernal commented 3 years ago

@gureckis maybe I miss understood something but I saw in one of the comments here that I shouldn't use 3.0 yet as there are some issues creating a hit with sandbox, I was having that issue that is why I went to 2.3.12

gureckis commented 3 years ago

really hmm... do you have a link to the discussion? I believe I've first hand experienced 3.0.6 working

gbernal commented 3 years ago

@gureckis I believe it was from this thread https://groups.google.com/g/psiturk/c/cYjEmLXy0jk/m/xWAnJ0NeBAAJ but I have a million tab opens as I'm trying to learn how to use psiTurk haha

deargle commented 3 years ago

2.x was having troubles creating hits using the psiturk ad server. 3.x doesn't support the ad server. The latest 2.x has a fix for creating ads using the psiturk ad server. And Todd is correct, 2.x doesn't have the psiturk-heroku convenience command. Use the python2 version of readthedocs if you're trying to use psiturk 2.x to run on heroku, but really that wouldn't make sense, it's easier to run on heroku using psiturk 3.x. The only reason to use psiturk 2.x is if you want to use the going-away-in-a-few-months psiturk ad server.

On Wed, Mar 24, 2021, 3:06 PM gbernal @.***> wrote:

@gureckis https://github.com/gureckis I believe it was from this thread https://groups.google.com/g/psiturk/c/cYjEmLXy0jk/m/xWAnJ0NeBAAJ but I have a million tab opens as I'm trying to learn how to use psiTurk haha

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NYUCCL/psiTurk/issues/481#issuecomment-806186340, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI6Y7NZBVG4NJN6KJEB7CTTFJH7BANCNFSM4ZX7K43A .

gbernal commented 3 years ago

@deargle Thank you so much for the clarification! and for all the work that is going into psiTurk.