Giter Site home page Giter Site logo

Comments (6)

PaulScemama avatar PaulScemama commented on May 30, 2024 2

@brandonwillard documenting my experiences:

Following the developer guide here, the steps I needed to run to yield no errors were as follows:

  • git clone [forked repository]
  • git remote add upstream https://github.com/aesara-devs/aesara.git
    • https was the only one that worked for me.
    • ssh did not work (permission issues) and git will result in an error when fetching tags.
  • git fetch -t --all
    • just doing git fetch -t didn't seem to work.
  • conda env create -n aesara-dev -f environment-arm.yml
    • -arm because I'm using an M1 Mac
  • conda activate aesara-dev
  • pip install -r requirements.txt
  • pre-commit install

Trying to think of general way to phrase the docs: something like

  • git clone [forked repository]
  • git remote add upstream git://github.com/aesara-devs/aesara.git
  • git fetch -t --all
    • If an error occurs here about errno=Operation timed out, then you may need to run git remote set-url upstream https://github.com/aesara-devs/aesara.git
    • run git fetch -t --all again.
  • conda env create -n aesara-dev -f environment.yml
    • environment-arm.yml if using an ARM processor
  • etc.

Apologies for the verbosity. Let me know what you think.

from aesara.

brandonwillard avatar brandonwillard commented on May 30, 2024 1

And as well, we should change the upstream url to https:// instead of git://?

That sounds more like a local configuration detail, but we could add it as a side note.

from aesara.

PaulScemama avatar PaulScemama commented on May 30, 2024 1

@dgerlanc @brandonwillard thank you! I will most likely open a PR this coming Monday.

from aesara.

PaulScemama avatar PaulScemama commented on May 30, 2024

And as well, we should change the upstream url to https:// instead of git://?

from aesara.

dgerlanc avatar dgerlanc commented on May 30, 2024

This looks great! Appreciate the detailed instructions.

from aesara.

brandonwillard avatar brandonwillard commented on May 30, 2024

Apologies for the verbosity. Let me know what you think.

I agree with @dgerlanc; your walkthrough looks great. Feel free to open a PR for this at any time.

from aesara.

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.