PyTrack installation error on Mac
Closed this issue · 5 comments
Hi Team,
I hope all is well.
I am getting the below error while installing PyTrack on Mac, did follow all three installation commands but the issue still persists.
Can you please advise if the issue is related to my libraries on my computer?many thanks for your help.
ERROR: Command errored out with exit status 1: /Users/nyuad/opt/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n5/zqp4rcj533b87g6bdpq5gw700000gn/T/pip-install-buhrt9j8/scipy_be22f1e7a1d649508774b44236c64b21/setup.py'"'"'; file='"'"'/private/var/folders/n5/zqp4rcj533b87g6bdpq5gw700000gn/T/pip-install-buhrt9j8/scipy_be22f1e7a1d649508774b44236c64b21/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/n5/zqp4rcj533b87g6bdpq5gw700000gn/T/pip-record-yiytzq8z/install-record.txt --single-version-externally-managed --compile --install-headers /Users/nyuad/opt/anaconda3/include/python3.8/scipy Check the logs for full command output.
Detailed error in this file:
detailed error.txt
And attached the error when executed python3 setup.py install command to install.
error when used python3 setup.py install.txt
The issue has now been resolved
It worked.
Many thanks, Titoghose.
Hello, I've encountered the same problem on Windows. Do you have any idea how to solve it?