Giter VIP home page Giter VIP logo

Comments (6)

gongyuzhangzhao avatar gongyuzhangzhao commented on August 18, 2024

I have tried changing the path in abc_release_path.txt to /root/autodl-tmp/MCBO2/libs/EDA/abc, but I still encountered the same PermissionError.

from hebo.

AntGro avatar AntGro commented on August 18, 2024

Can you try to do in a terminal chmod u+x /root/autodl-tmp/MCBO2/libs/EDA/abc to change the permission?

from hebo.

AntGro avatar AntGro commented on August 18, 2024

When I try to run the test_aig_task.py file inside the test folder of mcbo, I first encountered a group error. I looked up the corresponding groups and selected one, naming the designs_group_id in task_kwargs as 'open_abc_orig'. Are there any other options or alternative solutions for this?

You can see the options for the choice of designs_group_id as the keys of the dictionary DESIGN_GROUPS in mcbo/tasks/eda_seq_opt/utils/utils_design_groups.py, and you can add manually new groups there if you want to run on another set of circuits.

from hebo.

AntGro avatar AntGro commented on August 18, 2024

When I try to run the test_aig_task.py file inside the test folder of mcbo, I first encountered a group error. I looked up the corresponding groups and selected one, naming the designs_group_id in task_kwargs as 'open_abc_orig'. Are there any other options or alternative solutions for this?

I've updated [utils_task_test.py]](https://github.com/huawei-noah/HEBO/blob/master/MCBO/mcbo/utils/utils_task_test.py) to add the missing arguments. Now test_aig_task.py should pass.

from hebo.

gongyuzhangzhao avatar gongyuzhangzhao commented on August 18, 2024

ohh!Thank you very much for your help. I have solved the previous issue, but now I'm facing a challenge related to a previous question about aig_optimization, which is the missing libreadline.so.7. However, when I try to install it using sudo apt install libreadline7, I encounter the error: "E: Package 'libreadline7' has no installation candidate." I have searched for solutions online but haven't found the right one yet. If you have any suggestions, please let me know.

from hebo.

gongyuzhangzhao avatar gongyuzhangzhao commented on August 18, 2024

I tried creating a symbolic link using ln -s libreadline.so.8 libreadline.so.7 but it didn't work.

from hebo.

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.