-
Notifications
You must be signed in to change notification settings - Fork 9
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
ModuleNotFoundError: Linkify enabled but not installed. #32
Comments
Hey Ivan, I can't seem to recreate the bug on any of my systems. I used the exact steps listed on 4 systems and they all worked. Can you maybe try to upgrade your pip or use pip3 instead to download? Could you give me more details of your system? |
I am on bgd-lab-26 |
On bgd-lab-t3002, it works (same docker), but installed in its own python_env. On lab-26, I did not use a venv. |
I'll debug on lab-26 without venv and get back to you |
It's most likely docker image related, rather than lab-26: ghcr.io/tenstorrent/tt-metal/tt-metalium/ubuntu-20.04-amd64:latest |
I ran into the same issue when developing the tt-smi package for AUR. Please update the dependency list. |
Ok doing pass through things @marty1885 @ihamer-tt do you have a way to verify that? Running on the most minimal system I can, and running with the pyproject.toml to build, it's pulling in the dependencies the way I'd expect - but it looks like linkify is coming in through some dependency below ours, so I'm confused why it would be missing in any context. Only thing I can think of is some hermetic build issue possibly? @marty1885 was this reproducible on a minimal Arch system, I.E. if I can install one of those up quick and run an install should it fail? |
@warthog9 I can try replicating in docker/VM later. But I'm expected to be quite busy till next weekend. May you poke me if I forgot about this? |
@marty1885 no rush, I'll leave this open and if I don't hear anything in I'll flag it back up :-) |
To reproduce:
pip install git+https://github.com/tenstorrent/tt-smi
tt-smi
and pushh
for helpYou get:
The text was updated successfully, but these errors were encountered: