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

Qsym package not found for python  #106

@Zaxeli

Description

@Zaxeli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions