mmskeleton icon indicating copy to clipboard operation
mmskeleton copied to clipboard

python setup.py develop Getting errors

Open Malithi-gif opened this issue 3 years ago • 12 comments

error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

Malithi-gif avatar Mar 30 '21 04:03 Malithi-gif

Traceback (most recent call last): File "setup.py", line 72, in get_hash from mmskeleton.version import version File "D:\Human_Detection_with_Cellular_Phone\Skeleton_Tracking_Program\samples\python\mmskeleton-master\mmskeleton_init_.py", line 1, in from . import utils File "D:\Human_Detection_with_Cellular_Phone\Skeleton_Tracking_Program\samples\python\mmskeleton-master\mmskeleton\utils_init_.py", line 3, in from .checkpoint import load_checkpoint, get_mmskeleton_url, cache_checkpoint File "D:\Human_Detection_with_Cellular_Phone\Skeleton_Tracking_Program\samples\python\mmskeleton-master\mmskeleton\utils\checkpoint.py", line 1, in from mmcv.runner import load_checkpoint as mmcv_load_checkpoint ModuleNotFoundError: No module named 'mmcv'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "setup.py", line 161, in write_version_py() File "setup.py", line 89, in write_version_py sha = get_hash() File "setup.py", line 75, in get_hash raise ImportError('Unable to get git version') ImportError: Unable to get git version

I got error... anyone can give me suggestions?

vasanth4224 avatar Mar 31 '21 01:03 vasanth4224

@vasanth4224 hi I have the same question with you.Did you have solved it?

shelly-xue avatar Apr 01 '21 11:04 shelly-xue

@shelly-xue hi.. no did not solve it. if you solve then let me know. I am also trying...

vasanth4224 avatar Apr 02 '21 00:04 vasanth4224

@vasanth4224 I have the same question with you.Have you solved it now?

Easonshow avatar Apr 09 '21 05:04 Easonshow

I downgraded mvcc to version 0.4.3 , excuting the command"cd mmskeleton/ops make all " solve this problem

Easonshow avatar Apr 09 '21 05:04 Easonshow

I downgraded mvcc to version 0.4.3 , excuting the command"cd mmskeleton/ops make all " solve this problem

Thank you @Easonshow

vasanth4224 avatar Apr 09 '21 06:04 vasanth4224

I downgraded mvcc to version 0.4.3 , excuting the command"cd mmskeleton/ops make all " solve this problem

@Easonshow mvcc or mmcv ?

vasanth4224 avatar Apr 09 '21 07:04 vasanth4224

Did you solved the problem? I have the same problem

Panlelaila avatar Apr 18 '21 03:04 Panlelaila

@Panlelaila I didn't solve this problem. If you have any idea then let me know.

vasanth4224 avatar Apr 19 '21 05:04 vasanth4224

error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe' failed with exit status 2

Hi @Malithi-gif .. did you solve this error... If you solved the error then let me know.

vasanth4224 avatar Apr 21 '21 07:04 vasanth4224

Decompress the code and execute 'cd mmskeleton' and 'python setup.py develop'

deepxiaobai avatar Jun 18 '21 09:06 deepxiaobai

Decompress the code and execute 'cd mmskeleton' and 'python setup.py develop' 'cd mmskeleton' ,I can not find setup.py,could you tell me more about this,thank you

BaochaoZhu avatar Mar 04 '24 02:03 BaochaoZhu