Replies: 1 comment
-
|
Sorry. Fixing the commands w/ no CR. setenv PYTHONPATH /home/vendor_mylesp/lib/python3.8/site-packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Glances--
Note: I can doodle in Python, but I am no expert by any stretch.
I work on systems for which I am only a "user". I tried installing with:
setenv PYTHONPATH /home/vendor_mylesp/lib/python3.8/site-packages mkdir -p /home/vendor_mylesp/lib/python3.8/site-packages cd glances-develop python3 setup.py install --prefix ~But it is not working.
% ~/bin/glances
Traceback (most recent call last):
File "/home/vendor_mylesp/bin/glances", line 33, in
sys.exit(load_entry_point('Glances==3.2.2b0', 'console_scripts', 'glances')())
File "/home/vendor_mylesp/bin/glances", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/tools/freeware/python/3.8.8/1/el-7-x86_64/lib/python3.8/importlib/metadata.py", line 503, in distribution
return Distribution.from_name(distribution_name)
File "/tools/freeware/python/3.8.8/1/el-7-x86_64/lib/python3.8/importlib/metadata.py", line 177, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: Glances
Thanks!!
--Myles
Beta Was this translation helpful? Give feedback.
All reactions