Coder Social home page Coder Social logo

datamaster's People

Contributors

awadell1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

datamaster's Issues

"Unable to resolve the name Datamaster.getPath."

Hi Alex,

I know it's been a while since you worked on this, but I'm getting an error:

Unable to resolve the name Datamaster.getPath.

Error in DatamasterSetup (line 487)
runStartupFcn(app, @startupFcn)

It looks like the config.ini file was never created, but the default one exists... I'm wondering where this file would be located and how to create it manually?

I'm working through each dependency on macOS and I think I've figured them out except for Datamaster (lamp is yellow, rest are green now).

So far, to get the dependencies working on macOS, I did the following:

  1. clicked the "Install All" button in the DatamasterSetup app
  2. downloaded and manually installed git from the opened web browser tab
  3. created the folder ~/Documents/MATLAB/Datamaster (in Finder)
  4. cd'd and cloned manually into your git repo into using: git clone https://github.com/awadell1/Datamaster.git Datamaster (in Terminal)
  5. added the Datamaster path manually using: addpath("/Users/justinmai/Documents/MATLAB/Datamaster")(in MATLAB)
  6. installed pint
    1. tried pip install pint in Terminal then py.pint.UnitRegistry (in MATLAB)... it didn't work
    2. tried conda install -c conda-forge pint in Terminal then py.pint.UnitRegistry in MATLAB (didn't work)
    3. checked which python executable MATLAB was using: pyenv (in MATLAB)
      1. MATLAB was using macOS default Python 2 executable
    4. checked which python executable pint was installed to: python then import sys then sys.executable (in Terminal)
      1. '//anaconda3/bin/python'
    5. changed MATLAB's python executable path (after restarting MATLAB): pyversion('/anaconda3/bin/python') (in MATLAB)
    6. tried py.pint.UnitRegistry (in MATLAB)
      1. success!

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.