Code Monkey home page Code Monkey logo

Comments (4)

hartikainen avatar hartikainen commented on August 30, 2024

Seems like the get_git_rev can't find the git repo. Can you try (and post the output of) the following:

  1. Insert a breakpoint (import pdb; pdb.set_trace()) right before that line. What are the arguments to that function (print(path, search_parent_directories))?
  2. Do you have a .git folder present at the project root? ls -la /home/surabhi/Downloads/github/softlearning-master/

from softlearning.

surbhi1944 avatar surbhi1944 commented on August 30, 2024

20190606_114746
20190606_114521
There is no .git folder. should i create an empty .git folder?

from softlearning.

hartikainen avatar hartikainen commented on August 30, 2024

Okay, that sounds like a problem. How did you download the softlearning repository? I would recommend downloading it via git clone such that the .git gets included. See 3) in https://github.com/rail-berkeley/softlearning#conda-installation for instructions.

If, for whatever reason, you want to install it without git (I highly suggest not doing this), you'd have to manually patch the get_git_rev to not fail on missing git repository info.

I'll close this for now. Feel free to open another issue if other problems arise.

from softlearning.

surbhi1944 avatar surbhi1944 commented on August 30, 2024

from softlearning.

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.