Code Monkey home page Code Monkey logo

Comments (5)

rhtham avatar rhtham commented on August 12, 2024 1

Just comment out the following line: https://github.com/wearefriday/spectre/blob/master/Gemfile#L57

from spectre.

Kachilero avatar Kachilero commented on August 12, 2024

I'm getting the same issue on spinning up the repo for the first time.

╰─➤ bundle install && bundle exec rake db:setup Your Gemfile lists the gem poltergeist (>= 0) more than once. You should probably keep only one of them. While it's not a problem now, it could cause errors if you change the version of one of them later. Fetching gem metadata from https://rubygems.org/......... Fetching https://github.com/wearefriday/spectre_client.git You have one or more invalid gemspecs that need to be fixed. The gemspec at /usr/local/lib/ruby/gems/2.5.0/bundler/gems/spectre_client-a83cbca5f054/spectre_client.gemspec is not valid. Please fix this gemspec. The validation error was '"TODO: Put your gem's website or public repo URL here." is not a valid HTTP URI'

Also getting the same issue when spinning up in Docker.

from spectre.

skambo avatar skambo commented on August 12, 2024

Also experiencing similar errors, when spinning up in Docker

  • docker-compose run --rm app bundle exec rake db:setup fails with the following errors

    The validation error was '"TODO: Put your gem's website or public repo URL
    here." is not a valid HTTP URI'
    ERROR: Service 'app' failed to build: The command '/bin/sh -c gem install bundler && bundle config build.nokogiri --use-system-libraries && bundle install --quiet --jobs 16 --retry 5 --without test' returned a non-zero code: 1
    
  • docker-compose up fails with the following error:

    spectre_db_1 is up-to-date
    Recreating spectre_app_1 ...
    Recreating spectre_app_1 ... error
    
    ERROR: for spectre_app_1  no such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9: No such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9
    
    ERROR: for app  no such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9: No such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9
    ERROR: Encountered errors while bringing up the project.
    
  • same as docker-compose build fails too

    $ 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:
    pip uninstall docker-py; pip uninstall docker; pip install docker
    spectre_db_1 is up-to-date
    Recreating 3d67f2559247_spectre_app_1 ...
    Recreating 3d67f2559247_spectre_app_1 ... error
    
    ERROR: for 3d67f2559247_spectre_app_1  no such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9: No such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9
    
    ERROR: for app  no such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9: No such image: sha256:6a62063907bc1fc57e7556ae7ef06865a48a6aecb21b0073beae62dc342ba6c9
    ERROR: Encountered errors while bringing up the project.
    

from spectre.

sheardd avatar sheardd commented on August 12, 2024

Having the same issue with installing with docker on Mac OSX:

 ---> Running in df590f653c23
Successfully installed bundler-1.16.5
1 gem installed
The gemspec at
/usr/local/bundle/bundler/gems/spectre_client-a83cbca5f054/spectre_client.gemspec
is not valid. Please fix this gemspec.
The validation error was '"TODO: Put your gem's website or public repo URL
here." is not a valid HTTP URI'
ERROR: Service 'app' failed to build: The command '/bin/sh -c gem install bundler && bundle config build.nokogiri --use-system-libraries && bundle install --quiet --jobs 16 --retry 5 --without test' returned a non-zero code: 1

Fixing this would be much appreciated as I was planning to deploy this on a Ubuntu system after testing locally on my Mac, and wanted to replicate the installation process directly.

from spectre.

Firefishy avatar Firefishy commented on August 12, 2024

I believe this has now been fixed. Please re-open if still an issue.

from spectre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.