Coder Social home page Coder Social logo

Comments (8)

ww18735135443 avatar ww18735135443 commented on August 22, 2024 9

I has this problem"AttributeError: module 'yaml' has no attribute 'safe_load'" too

from riscv-dv.

margej avatar margej commented on August 22, 2024 4

You will see this error if python can't find the yaml module.
The reason you dont see the normal "ModuleNotFoundError: No module named 'yaml'" error is because the base dir of the repo contains a directory called yaml, which python presumably assumes is the missing module so you get the slightly more cryptic message.

(You can confirm this by renaming the yaml directory)

Like me, you probably have a broken Python install

from riscv-dv.

taoliug avatar taoliug commented on August 22, 2024 3

Can you try if "pip install pyyaml" solves your problem?

from riscv-dv.

taoliug avatar taoliug commented on August 22, 2024 1

Please check if this helps you:
https://stackoverflow.com/questions/9286637/pyyaml-error-attribute-error-no-attribute-load

I am closing this issue now as it doesn't seem like a flow issue itself.

from riscv-dv.

munish37 avatar munish37 commented on August 22, 2024

Steps followed

  1. Installed python
  2. Installed bitstring
    3, While running the below command inside riscv_dv folder
    python3 run.py --test=riscv_arithmetic_basic_test

We are getting AttributeError: module 'yaml' has no attribute 'safe_load'.
......../././riscv-dv/scripts/lib.py", line 40,

Please help us resolve the issue

from riscv-dv.

munish37 avatar munish37 commented on August 22, 2024

Thanks for reply .
I tried with the above command . Still getting the same issue.
I think this is due to the attribute name safe_load is not present in yaml.
Please help to resolve this issue.

from riscv-dv.

taoliug avatar taoliug commented on August 22, 2024

The command works fine for me. safe_load is part of yaml package
https://pyyaml.org/wiki/PyYAMLDocumentation

from riscv-dv.

margej avatar margej commented on August 22, 2024

sudo pip3 install PyYAML worked for me

from riscv-dv.

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.