Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Vagrant tutorial fails with example.c #74

Closed
rmallof opened this issue May 18, 2021 · 3 comments
Closed

Vagrant tutorial fails with example.c #74

rmallof opened this issue May 18, 2021 · 3 comments

Comments

@rmallof
Copy link

rmallof commented May 18, 2021

Hi,

thank you for releasing the code for the project, it's pretty interesting!

I'm following the steps at https://github.com/sslab-gatech/qsym/tree/master/vagrant but eventually I find the following error:

vagrant@ubuntu-xenial:~$ ./qsym/bin/run_qsym.py -i input/input-0 -o tests -- ./example @@
Traceback (most recent call last):
File "./qsym/bin/run_qsym.py", line 4, in
from qsym import Executor, utils
ImportError: No module named qsym

Am I missing something or maybe something is out-of-date?

Thanks in advance

@yiyunliu
Copy link

I got the same issue. By checking the log during provision, it looks like the following step which was supposed to install qsym failed:

sudo pip install .

@yiyunliu
Copy link

The issue is the exact same as the one mentioned in #63. After removing pytest-xdist from setup.py I was able to install without any issues.

@insuyun
Copy link
Contributor

insuyun commented Dec 12, 2021

#77 and #79 resolve this issue.

@insuyun insuyun closed this as completed Dec 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants