-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We have been using tssv quite successfully on our MacBook Pro M1 Pro. But we are trying to install it on a new MacBook Pro M2 Max (Ventura 13.2) and we get a failure.
This is procedure we used to install it:
- git clone https://github.com/jfjlaros/tssv.git
- cd newly created tssv
- git switch nosse
- pip3 install .
- (Output from pip3 install attached)
- Try importing into python3
Successfully installed tssv-1.2.0
tim@alidamac02 tssv % python3
Python 3.10.10 (v3.10.10:aad5f6a891, Feb 7 2023, 08:47:40) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more informatio
import tssv
Traceback (most recent call last):
File "", line 1, in
File "/Users/tim/code/tssv/tssv/init.py", line 5, in
from .align_pair import align_pair
File "/Users/tim/code/tssv/tssv/align_pair.py", line 1, in
from .sg_align import align
ModuleNotFoundError: No module named 'tssv.sg_align'
tssv_install.txt
Metadata
Metadata
Assignees
Labels
No labels