Skip to content
New issue

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

dependencies not being installed #129

Open
tomasohara opened this issue Feb 8, 2025 · 1 comment
Open

dependencies not being installed #129

tomasohara opened this issue Feb 8, 2025 · 1 comment

Comments

@tomasohara
Copy link
Owner

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

@tomasohara
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant