pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
899 stars 298 forks source link

update-ips.py command doesn't work #347

Closed baraujo3007 closed 4 years ago

baraujo3007 commented 4 years ago

I'm new at pulp and i'm trying to build pulpino, i have build the riscv-toolchain. When i try to clone the repositories of the version control using ./update-ips.py I get this:

Using remote git server https://github.com, remote is https://github.com/pulp-platform From https://github.com/pulp-platform/IPApproX

What am i supposed to do?

vedanjalip commented 4 years ago

Try running this on the terminal

pip install pyyaml

On Wed, 24 Jun 2020, 23:18 baraujo3007, notifications@github.com wrote:

I'm new at pulp and i'm trying to build pulpino, i have build the riscv-toolchain. When i try to clone the repositories of the version control using ./update-ips.py I get this:

Using remote git server https://github.com, remote is https://github.com/pulp-platform From https://github.com/pulp-platform/IPApproX

  • branch verilator-pulpino -> FETCH_HEAD Traceback (most recent call last): File "./update-ips.py", line 76, in import ipstools File "/home/Bruna/pulpino/ipstools/init.py", line 15, in from .IPDatabase import * File "/home/Bruna/pulpino/ipstools/IPDatabase.py", line 16, in import yaml ImportError: No module named yaml

What am i supposed to do?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pulp-platform/pulpino/issues/347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFEZGCLPY6FQOW7SN77R2TRYI4AFANCNFSM4OG7262Q .

sunil3690 commented 4 years ago

Update your python yaml first.

On Thu, Jun 25, 2020, 12:30 PM vedanjalip notifications@github.com wrote:

Try running this on the terminal

pip install pyyaml

On Wed, 24 Jun 2020, 23:18 baraujo3007, notifications@github.com wrote:

I'm new at pulp and i'm trying to build pulpino, i have build the riscv-toolchain. When i try to clone the repositories of the version control using ./update-ips.py I get this:

Using remote git server https://github.com, remote is https://github.com/pulp-platform From https://github.com/pulp-platform/IPApproX

  • branch verilator-pulpino -> FETCH_HEAD Traceback (most recent call last): File "./update-ips.py", line 76, in import ipstools File "/home/Bruna/pulpino/ipstools/init.py", line 15, in from .IPDatabase import * File "/home/Bruna/pulpino/ipstools/IPDatabase.py", line 16, in import yaml ImportError: No module named yaml

What am i supposed to do?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pulp-platform/pulpino/issues/347, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AJFEZGCLPY6FQOW7SN77R2TRYI4AFANCNFSM4OG7262Q

.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pulp-platform/pulpino/issues/347#issuecomment-649281149, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANAORJLGIPVC3UFWTBGQ3ZTRYLYZFANCNFSM4OG7262Q .

baraujo3007 commented 4 years ago

Try running this on the terminal pip install pyyaml On Wed, 24 Jun 2020, 23:18 baraujo3007, @.**> wrote: I'm new at pulp and i'm trying to build pulpino, i have build the riscv-toolchain. When i try to clone the repositories of the version control using ./update-ips.py I get this: Using remote git server https://github.com, remote is https://github.com/pulp-platform From https://github.com/pulp-platform/IPApproX - branch verilator-pulpino -> FETCH_HEAD Traceback (most recent call last): File "./update-ips.py", line 76, in import ipstools File "/home/Bruna/pulpino/ipstools/init.py", line 15, in from .IPDatabase import File "/home/Bruna/pulpino/ipstools/IPDatabase.py", line 16, in import yaml ImportError: No module named yaml What am i supposed to do? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#347>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFEZGCLPY6FQOW7SN77R2TRYI4AFANCNFSM4OG7262Q .

I did it, but it still doesn't work. the same error appears.

phuong2403 commented 4 years ago

@baraujo3007: Did you solve the problem? I got the same one. I tried to do: pip3 install pyyaml Then the result was: Requirement already satisfied: pyyaml in /usr/lib64/python3.6/site-packages Then I did ./update-ips.py, but it still doesnt work. Please anyone can help?

Try running this on the terminal pip install pyyaml On Wed, 24 Jun 2020, 23:18 baraujo3007, @.**> wrote: I'm new at pulp and i'm trying to build pulpino, i have build the riscv-toolchain. When i try to clone the repositories of the version control using ./update-ips.py I get this: Using remote git server https://github.com, remote is https://github.com/pulp-platform From https://github.com/pulp-platform/IPApproX - branch verilator-pulpino -> FETCH_HEAD Traceback (most recent call last): File "./update-ips.py", line 76, in import ipstools File "/home/Bruna/pulpino/ipstools/init.py", line 15, in from .IPDatabase import File "/home/Bruna/pulpino/ipstools/IPDatabase.py", line 16, in import yaml ImportError: No module named yaml What am i supposed to do? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#347>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFEZGCLPY6FQOW7SN77R2TRYI4AFANCNFSM4OG7262Q .

I did it, but it still doesn't work. the same error appears.