Offline install - CS_Tools #103
Replies: 2 comments
-
Hi @sivaprasadsn ! Happy to help. It looks like you might've downloaded the repo (
It's a bit too big for GitHub discussions, so I've attached an Egnyte link. Let me know if that works for you! |
Beta Was this translation helpful? Give feedback.
-
cs_tools-bootstrap-error-tmpssc5e0oz.log |
Beta Was this translation helpful? Give feedback.
-
I am trying to install cs_tools offline, but hit by bunch of issues. Trying to fine right way to do it. Please advice
[admin@ash-tspotfindv01 cs_tools-master]$ python -m sysconfig
Platform: "linux-x86_64"
Python version: "3.9"
Current installation scheme: "posix_prefix"
Paths:
data = "/usr"
include = "/usr/include/python3.9"
platinclude = "/usr/include/python3.9"
platlib = "/usr/lib64/python3.9/site-packages"
platstdlib = "/usr/lib64/python3.9"
purelib = "/usr/lib/python3.9/site-packages"
scripts = "/usr/bin"
stdlib = "/usr/lib64/python3.9"
[admin@ash-tspotfindv01 cs_tools-master]$ python3 -m sysconfig | more
Platform: "linux-x86_64"
Python version: "3.9"
Current installation scheme: "posix_prefix"
Paths:
data = "/usr"
include = "/usr/include/python3.9"
platinclude = "/usr/include/python3.9"
platlib = "/usr/lib64/python3.9/site-packages"
platstdlib = "/usr/lib64/python3.9"
purelib = "/usr/lib/python3.9/site-packages"
scripts = "/usr/bin"
stdlib = "/usr/lib64/python3.9"
Beta Was this translation helpful? Give feedback.
All reactions