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
Hello,
Im having issues running C2C. Im getting this error: zsh: parse error near `\n'
This is the command Im using: bin/C2C spine_muscle_adipose_tissue -i </Users/JohnDoe/Downloads/AX Thicks/DICOM>
I followed all the instructions as outlined for Apple silicone. When I double click on C2C files in the bin folder, I get this error:
/Users/JohnDoe/Comp2Comp/bin/C2C ; exit; (base) JohnDoe@JohnDoe-MacBook-Pro ~ % /Users/JohnDoe/Comp2Comp/bin/C2C ; exit; Traceback (most recent call last): File "/Users/JohnDoe/Comp2Comp/bin/C2C", line 8, in from comp2comp.aaa import aaa ModuleNotFoundError: No module named 'comp2comp'
What am I doing wrong? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Im having issues running C2C. Im getting this error:
zsh: parse error near `\n'
This is the command Im using: bin/C2C spine_muscle_adipose_tissue -i </Users/JohnDoe/Downloads/AX Thicks/DICOM>
I followed all the instructions as outlined for Apple silicone. When I double click on C2C files in the bin folder, I get this error:
/Users/JohnDoe/Comp2Comp/bin/C2C ; exit;
(base) JohnDoe@JohnDoe-MacBook-Pro ~ % /Users/JohnDoe/Comp2Comp/bin/C2C ; exit;
Traceback (most recent call last):
File "/Users/JohnDoe/Comp2Comp/bin/C2C", line 8, in
from comp2comp.aaa import aaa
ModuleNotFoundError: No module named 'comp2comp'
What am I doing wrong?
Thank you
The text was updated successfully, but these errors were encountered: