We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The six package and other dependencies are not being installed:
$ /usr/bin/python3.13 -m venv .venv $ source .venv/bin/activate (.venv) $ pip install mezcla Collecting mezcla Downloading mezcla-1.4.0.3-py2.py3-none-any.whl.metadata (1.2 kB) Downloading mezcla-1.4.0.3-py2.py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 10.1 MB/s eta 0:00:00 Installing collected packages: mezcla Successfully installed mezcla-1.4.0.3 (.venv) $ python .venv/lib/python3.13/site-packages/mezcla/debug.py Traceback (most recent call last): File "/home/tomohara/temp/_mezcla-six-check/.venv/lib/python3.13/site-packages/mezcla/debug.py", line 67, in <module> import six ModuleNotFoundError: No module named 'six' (.venv) $ ls .venv/lib/python3.13/site-packages/ mezcla mezcla-1.4.0.3.dist-info pip pip-24.3.1.dist-info
The text was updated successfully, but these errors were encountered:
A workaround is to do manual installation of requirements:
git clone https://github.com/tomasohara/mezcla pip install -r mezcla/requirements.txt
Unfortunately, there might be a need for a workaround of the workaround. See the warning in the requirements.txt file.
Sorry, something went wrong.
No branches or pull requests
The six package and other dependencies are not being installed:
The text was updated successfully, but these errors were encountered: