You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Running the below command to install qsym gives an error:
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 filevagrant/qsym/bin/run_qsym.py
imports qsym and that's when I ran into this problem.The text was updated successfully, but these errors were encountered: