Git Product home page Git Product logo

Comments (2)

liruiluo avatar liruiluo commented on August 24, 2024 1

你好,

我也试图运行代码并收到类似的错误消息。跟踪具有依赖项错误的行的错误消息。比如这里,查看文件“/home/l/Downloads/DiffSES/space/engine/utils.py”,第4行,定位

from space.config import cfg

将其更改为:

from config import cfg

然后你可能会得到更多这样的错误。只是相应地改变。

希望能帮助到你。

Thanks!That works for me!

from diffses.

farhanfuadabir avatar farhanfuadabir commented on August 24, 2024

Hi,

I was trying to run the code as well and got a similar error message. Trace the error message for the lines with dependencies error. For example, here, check the file "/home/l/Downloads/DiffSES/space/engine/utils.py", line 4, and locate

from space.config import cfg

change it to:

from config import cfg

Then you will probably get more of such errors. Just change accordingly.

Hope it helps.

from diffses.

Related Issues (4)

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.