RohitSingh1226

Results 7 comments of RohitSingh1226

Thanks for the prompt @sgowroji. I did, that’s why I was able to import it on the terminal, the examples have a .BUILD file, my program is a python file...

> python3 -c 'import mediapipe as mp; help(mp); print(mp.__file__)' ![image](https://user-images.githubusercontent.com/35935157/117345744-8437bb00-aec4-11eb-97b7-26afd959502f.png)

> @RohitSingh1226 you may also reffer as to a reference to https://github.com/jiuqiant/mediapipe_python_aarch64 or to https://google.github.io/mediapipe/getting_started/python.html#building-mediapipe-python-package @AndreV84 thanks for replying immediately, I Have tried to run and build the wheel on...

` > ah, I see there is no instruction on how to make dist builds in the latter url, but on how to build for windows I have to use...

> in my case the output is > > ``` > python3 -c 'import mediapipe as mp; help(mp); print(mp.file)' > > NAME > mediapipe > > PACKAGE CONTENTS > mediapipe...

> > @RohitSingh1226 you may also reffer as to a reference to https://github.com/jiuqiant/mediapipe_python_aarch64 or to https://google.github.io/mediapipe/getting_started/python.html#building-mediapipe-python-package > > @AndreV84 thanks for replying immediately, I Have tried to run and build...

It isn’t working out, I have included multiple files and imported mediapipe as a class from somw other files. Is it because of that? Cause the error comes in the...