pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

Installation Failure with EOFError

Open fengluxu opened this issue 6 years ago • 1 comments

I tried to install this package from repo but got EOF error from runing python setup.py install

Could you help me to figure it out?

ERROR: Traceback (most recent call last): File "setup.py", line 10, in from setuptools import setup, find_packages File "/home/feng/anaconda3/envs/ECO/lib/python3.5/site-packages/setuptools/init.py", line 14, in import setuptools.version File "/home/feng/anaconda3/envs/ECO/lib/python3.5/site-packages/setuptools/version.py", line 1, in import pkg_resources File "/home/feng/anaconda3/envs/ECO/lib/python3.5/site-packages/pkg_resources/init.py", line 82, in import('pkg_resources.extern.packaging.requirements') File "/home/feng/anaconda3/envs/ECO/lib/python3.5/site-packages/pkg_resources/_vendor/packaging/requirements.py", line 9, in from pkg_resources.extern.pyparsing import stringStart, stringEnd, originalTextFor, ParseException File "", line 969, in _find_and_load File "", line 958, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 634, in _load_backward_compatible File "/home/fengluxu/anaconda3/envs/ECO/lib/python3.5/site-packages/pkg_resources/extern/init.py", line 43, in load_module import(extant) File "", line 969, in _find_and_load File "", line 958, in _find_and_load_unlocked File "", line 673, in _load_unlocked File "", line 661, in exec_module File "", line 765, in get_code File "", line 476, in _compile_bytecode EOFError: marshal data too short

fengluxu avatar Jan 16 '19 14:01 fengluxu

Hi, I meet the same problem. Do you solve this problem?

sherrylzy avatar May 09 '19 06:05 sherrylzy