[GH-ISSUE #4] can't install on ubuntu14.04 #3

Closed
opened 2026-02-25 20:30:26 +03:00 by kerem · 1 comment
Owner

Originally created by @xjxj1 on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/alexsilva/openvpn-admin/issues/4

I followed the readme operation to install, but not installed
Component version: python:2.7.6
ipgetter in requirements.txt can not found
I replaced it ipgetter2

result:
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-X7E4DI/openpyxl/setup.py'"'"'; file='"'"'/tmp/pip-install-X7E4DI/openpyxl/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-X7E4DI/openpyxl/pip-egg-info
cwd: /tmp/pip-install-X7E4DI/openpyxl/
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-X7E4DI/openpyxl/setup.py", line 28, in
from importlib.util import module_from_spec, spec_from_file_location
ImportError: No module named util
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Is there something I have to do?
Thank you

Originally created by @xjxj1 on GitHub (Nov 7, 2019). Original GitHub issue: https://github.com/alexsilva/openvpn-admin/issues/4 I followed the readme operation to install, but not installed Component version: python:2.7.6 ipgetter in requirements.txt can not found I replaced it ipgetter2 result: ERROR: Command errored out with exit status 1: command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-X7E4DI/openpyxl/setup.py'"'"'; __file__='"'"'/tmp/pip-install-X7E4DI/openpyxl/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-X7E4DI/openpyxl/pip-egg-info cwd: /tmp/pip-install-X7E4DI/openpyxl/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-X7E4DI/openpyxl/setup.py", line 28, in <module> from importlib.util import module_from_spec, spec_from_file_location ImportError: No module named util ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Is there something I have to do? Thank you
kerem closed this issue 2026-02-25 20:30:26 +03:00
Author
Owner

@alexsilva commented on GitHub (Nov 7, 2019):

ipgetter has been deleted from the pip repostory, try installing from this source: ipgetter

python -m pip install git+https://github.com/madmouser1/ipgetter.git@master

<!-- gh-comment-id:551079758 --> @alexsilva commented on GitHub (Nov 7, 2019): ipgetter has been deleted from the pip repostory, try installing from this source: [ipgetter](https://github.com/madmouser1/ipgetter) `python -m pip install git+https://github.com/madmouser1/ipgetter.git@master`
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/openvpn-admin#3
No description provided.