Skip to content

Mac Beth analyzer is not working properly  #1

Description

@acousma82

While trying to understand(debug) the solution code I failed to runthe command line programm and receive the specified output:

I checked out the solution branch on my local machine to test the solution and understand the code. First I typed ruby macbeth_analyzer.rb

Before running the program I changed the ruby version of the .ruby-versionfile to from 2.2.1 to 2.3.0 because my current bundler requires ruby 2.3.0.

Output:
➜ lib git:(featured-solution) ✗ ruby macbeth_analyzer.rb /Users/usenamr/.rbenv/versions/2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 'require': cannot load such file -- speech (LoadError) from /Users/username/.rbenv/versions/2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 'require' from macbeth_analyzer.rb:4:in '<main>'

To fix this I changed require "speech" to require_relative "speech" and typed ruby macbeth_analyzer.rb again.

Output: nothing

When I run the specs, all specs pass.
Did You or anyone reading this encounter the same problem? Any help is appreciated.

My Computer is a Mac Book Pro Mid 2015 , with macOS 10.14.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions