wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
MIT License
1.74k stars 480 forks source link

"pip install torchfcn "have error!!--------error: can't copy 'torchfcn/ext/fcn.berkeleyvision.org': doesn't exist or not a regular file #127

Open XGuider opened 5 years ago

XGuider commented 5 years ago

` Building wheel for torchfcn (setup.py) ... error ERROR: Complete output from command /usr/bin/python3 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-isl53rm3/torchfcn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-nhxlug_n --python-tag cp36: ERROR: /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/torchfcn copying torchfcn/init.py -> build/lib/torchfcn copying torchfcn/utils.py -> build/lib/torchfcn copying torchfcn/trainer.py -> build/lib/torchfcn creating build/lib/torchfcn/models copying torchfcn/models/vgg.py -> build/lib/torchfcn/models copying torchfcn/models/fcn32s.py -> build/lib/torchfcn/models copying torchfcn/models/init.py -> build/lib/torchfcn/models copying torchfcn/models/fcn16s.py -> build/lib/torchfcn/models copying torchfcn/models/fcn8s.py -> build/lib/torchfcn/models creating build/lib/torchfcn/datasets copying torchfcn/datasets/voc.py -> build/lib/torchfcn/datasets copying torchfcn/datasets/init.py -> build/lib/torchfcn/datasets running egg_info writing torchfcn.egg-info/PKG-INFO writing dependency_links to torchfcn.egg-info/dependency_links.txt writing requirements to torchfcn.egg-info/requires.txt writing top-level names to torchfcn.egg-info/top_level.txt warning: manifest_maker: standard file '-c' not found

reading manifest file 'torchfcn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'torchfcn.egg-info/SOURCES.txt' creating build/lib/torchfcn/ext creating build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/infer.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/nyud_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/score.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/siftflow_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/surgery.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/voc_helper.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org copying torchfcn/ext/fcn.berkeleyvision.org/voc_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/test.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/train.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/val.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/seg11valid.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/classes-400.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/classes-59.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/test.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/trainval.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets copying torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce error: can't copy 'torchfcn/ext/fcn.berkeleyvision.org': doesn't exist or not a regular file

ERROR: Failed building wheel for torchfcn Running setup.py clean for torchfcn Failed to build torchfcn Installing collected packages: torchfcn Running setup.py install for torchfcn ... error ERROR: Complete output from command /usr/bin/python3 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-isl53rm3/torchfcn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-0yr0gzd7/install-record.txt --single-version-externally-managed --compile --user --prefix=: ERROR: /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running install running build running build_py creating build creating build/lib creating build/lib/torchfcn copying torchfcn/init.py -> build/lib/torchfcn copying torchfcn/utils.py -> build/lib/torchfcn copying torchfcn/trainer.py -> build/lib/torchfcn creating build/lib/torchfcn/models copying torchfcn/models/vgg.py -> build/lib/torchfcn/models copying torchfcn/models/fcn32s.py -> build/lib/torchfcn/models copying torchfcn/models/init.py -> build/lib/torchfcn/models copying torchfcn/models/fcn16s.py -> build/lib/torchfcn/models copying torchfcn/models/fcn8s.py -> build/lib/torchfcn/models creating build/lib/torchfcn/datasets copying torchfcn/datasets/voc.py -> build/lib/torchfcn/datasets copying torchfcn/datasets/init.py -> build/lib/torchfcn/datasets running egg_info writing torchfcn.egg-info/PKG-INFO writing dependency_links to torchfcn.egg-info/dependency_links.txt writing requirements to torchfcn.egg-info/requires.txt writing top-level names to torchfcn.egg-info/top_level.txt warning: manifest_maker: standard file '-c' not found

reading manifest file 'torchfcn.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'torchfcn.egg-info/SOURCES.txt'
creating build/lib/torchfcn/ext
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/infer.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/nyud_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/score.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/surgery.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/voc_helper.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
copying torchfcn/ext/fcn.berkeleyvision.org/voc_layers.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/test.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/train.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
copying torchfcn/ext/fcn.berkeleyvision.org/data/nyud/val.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/nyud
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal/seg11valid.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/classes-400.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context
copying torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context/classes-59.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/pascal-context
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow
copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow
copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/classes.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow
copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/test.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow
copying torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow/trainval.txt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/data/sift-flow
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets
copying torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets/README.md -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/ilsvrc-nets
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-d
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-color-hha
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
copying torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/nyud-fcn32s-hha
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn16s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn32s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/pascalcontext-fcn8s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn16s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn32s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/test.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s/trainval.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/siftflow-fcn8s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn-alexnet
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn16s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn32s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s
creating build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/caffemodel-url -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/deploy.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/net.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/solve.py -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/solver.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/train.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
copying torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce/val.prototxt -> build/lib/torchfcn/ext/fcn.berkeleyvision.org/voc-fcn8s-atonce
error: can't copy 'torchfcn/ext/fcn.berkeleyvision.org': doesn't exist or not a regular file
----------------------------------------

ERROR: Command "/usr/bin/python3 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-isl53rm3/torchfcn/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-0yr0gzd7/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-isl53rm3/torchfcn/ `

XGuider commented 5 years ago

thank so much your pre-work!! but i meet this problem......

wkentaro commented 5 years ago

I'm not sure how to reproduce.

LIYHUI commented 4 years ago

I meet this problem too,have you solved it?

wkentaro commented 4 years ago

I guess you need to upgrade pip and setuptools:

pip install -U pip setuptools