-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with Vagrant #1322
Comments
See #1290. For some reason on Vagrant it seems not to install oauthlib or install the wrong version of it. |
Running on Windows 10 via Git Bash, I'm getting a very similar error:
Is there any chance that this might be related to VirtualBox complaining about "guest additions" the first time I ran the
|
Opened #1480 to track the work on the dev guide. Keeping this one open until I'm done. |
The developer guide has been updated along with new documentation on how to use Docker for easy setup of your dev environment (instead of Vagrant). https://redash.io/help-onpremise/dev/guide.html Thank you for all your feedback! |
After executing
./bin/vagrant_ctl.sh test
I'm getting error:
ERROR: Failure: ImportError (No module named oauthlib.oauth1)
I double check that OAuthLib is installed:
vagrant@vagrant-ubuntu-trusty-64:/opt/redash/current$ sudo pip install -r requirements.txt Requirement already satisfied (use --upgrade to upgrade): Flask-OAuthLib==0.9.2 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 6))
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: