Closed KeepYang closed 3 years ago
Hi, you need to first run git submodule update --init
before pip install
. Please see the instructions here
Hi, you need to first run
git submodule update --init
beforepip install
. Please see the instructions here
Thank you. I tried this command but it didn't work. This is the whole error information:
ERROR: Command errored out with exit status 1: /home/yang/.conda/envs/torch19/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/yang/smore-main/setup.py'"'"'; file='"'"'/home/yang/smore-main/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.
Besides, my cuda version is 11.1.
Hi,
After running git submodule update --init
, can you verify that ThreadPool.h
is under third_party/ThreadPool
folder?
Hi,
After running
git submodule update --init
, can you verify thatThreadPool.h
is underthird_party/ThreadPool
folder?
I have checked that folder, but there is no such file.
Can you print the output of git submodule update --init
on your end?
Can you print the output of
git submodule update --init
on your end?
That's it. I searched the git submodule command and found that there is no ThreadPool downloaded into thirdparty folder, so I download it manually. Thanks for your help.
Thank you for your contribution. I'm trying to install this repository but met the following problem: ERROR: Command errored out with exit status 1: src/lib/edge_sampler.cpp:16:24: fatal error: ThreadPool.h: no such file or directory how could I fix it?