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

Qsym package not found for python #106

Open
Zaxeli opened this issue Jul 20, 2022 · 1 comment
Open

Qsym package not found for python #106

Zaxeli opened this issue Jul 20, 2022 · 1 comment

Comments

@Zaxeli
Copy link

Zaxeli commented Jul 20, 2022

Running the below command to install qsym gives an error:

$ pip install qsym
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement qsym (from versions: none)
ERROR: No matching distribution found for qsym

I tried to find qsym on pypi but I didn't find it. Perhaps the repository is no longer available since Python 2.7 is now deprecated?

I ran into this problem when trying to run the example in the vagrant/ folder. The file vagrant/qsym/bin/run_qsym.py imports qsym and that's when I ran into this problem.

$ ./qsym/bin/run_qsym.py 
Traceback (most recent call last):
  File "./qsym/bin/run_qsym.py", line 4, in <module>
    from qsym import Executor, utils
ImportError: No module named qsym
@insuyun
Copy link
Contributor

insuyun commented Jul 22, 2022

Hi. Qsym is not available on pypi.
Please check our installation instruction (https://github.com/sslab-gatech/qsym#installation).
Sadly, due to the dependency of PIN (#4), QSYM works only 14.04 and 16.04 which are very old kernel.
So I recommend you to use vagrant (https://github.com/sslab-gatech/qsym/tree/master/vagrant) for testing.

Thank you.

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

2 participants