mirror of
https://github.com/alexsilva/openvpn-admin.git
synced 2026-04-25 02:15:51 +03:00
[GH-ISSUE #4] can't install on ubuntu14.04 #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-admin#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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