-
Notifications
You must be signed in to change notification settings - Fork 2
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
Docker Example Request #4
Comments
I tried running rake db:setup and got: The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run 'bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java'. Should I run the bundle lock command offered? Thanks again. |
Apparently the tzinfo-data is more of a warning than an error, just letting me know about windows platform installers. I am still having trouble locating this TypeError (no implicit String to Integer) while running |
Apparently Rake has an issue loading I assume it's a gem. I'm using Ruby 2.7.1, im not sure what version the api is, I think 2.3.1, perhaps that is a conflict. Or maybe I just need to install the gem manually. |
Putting my process to solve for others who may have a problem: Databases successfully created, the next issue to tackle is getting docker to work. |
Any idea of what version docker you are using? File "/home/chuck/.local/bin/docker-compose", line 11, in |
I think I narrowed down the proper versions, correct if wrong: The latest error is: |
Hello @wioux, I'm still having difficulty trying to get the proper docker versions so that I can install this api. Could you do a screencap of the docker installs on your machine? Output: ruby -v docker-compose up WARNING: Dependency conflict: an older version of the 'docker-py' package may be polluting the namespace. If you're experiencing crashes, run the following command to remedy the issue: Thanks. |
I tried running this command:
docker-compose up
I got an error load_config() got an unexpected keyword argument 'config_dict'
Also, should I run rake db:setup before or after calling docker-compose up?
Thanks.
The text was updated successfully, but these errors were encountered: