Skip to content

installing nosse branch on MacBook Pro M2 Max fails?  #5

@tburcham-alidabio

Description

@tburcham-alidabio

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:

  1. git clone https://github.com/jfjlaros/tssv.git
  2. cd newly created tssv
  3. git switch nosse
  4. pip3 install .
  5. (Output from pip3 install attached)
  6. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions