sir-xw/apt-mirror-python

ModuleNotFoundError: No module named 'utils'

iredmail opened this issue · 0 comments

  • Download zip file from github
  • Unarchive and install python3 setup.py install
  • Run:
$ /usr/local/bin/apt-mirror 
Traceback (most recent call last):
  File "/usr/local/bin/apt-mirror", line 11, in <module>
    load_entry_point('apt-mirror-python==0.4.6', 'console_scripts', 'apt-mirror')()
  File "/usr/local/lib/python3.8/dist-packages/apt_mirror_python-0.4.6-py3.8.egg/apt_mirror/__init__.py", line 647, in main
  File "/usr/local/lib/python3.8/dist-packages/apt_mirror_python-0.4.6-py3.8.egg/apt_mirror/__init__.py", line 220, in __init__
ModuleNotFoundError: No module named 'utils'

Got same error if i run python3 apt-mirror.py directly in source code directory.

哥们加油,搞个好软件。