Coder Social home page Coder Social logo

Comments (7)

IgorGanapolsky avatar IgorGanapolsky commented on August 15, 2024 4

I solved the problem:
sudo pip2.7 install pyserial

from android-perf-testing.

ShanmugavelGK avatar ShanmugavelGK commented on August 15, 2024 1

I am also getting the same error. But, am using Windows system.What can I do?. Advance thanks.

from android-perf-testing.

IgorGanapolsky avatar IgorGanapolsky commented on August 15, 2024 1

@ShanmugavelGK No. You need to install the required modules via pip. Read this to learn how to do it: https://docs.python.org/2/installing/

from android-perf-testing.

IgorGanapolsky avatar IgorGanapolsky commented on August 15, 2024

@ShanmugavelGK Did you install the right python modules?

from android-perf-testing.

ShanmugavelGK avatar ShanmugavelGK commented on August 15, 2024

@IgorGanapolsky Yes. I have installed python 2.7

from android-perf-testing.

ShanmugavelGK avatar ShanmugavelGK commented on August 15, 2024

Thanks, Bro @IgorGanapolsky. I will try and let you know.

from android-perf-testing.

852172891 avatar 852172891 commented on August 15, 2024

my error

C:\Users\hhh\AppData\Local\Android\Sdk\platform-tools\systrace>python systrace.py --time=10 -o my_systrace.html
Traceback (most recent call last):
  File "systrace.py", line 48, in <module>
    from systrace import run_systrace
  File "C:\Users\hhh\AppData\Local\Android\Sdk\platform-tools\systrace\catapult\systrace\systrace\run_systrace.py", line 43, in <module>
    from systrace import systrace_runner
  File "C:\Users\hhh\AppData\Local\Android\Sdk\platform-tools\systrace\catapult\systrace\systrace\systrace_runner.py", line 11, in <module>
    from systrace import output_generator
  File "C:\Users\hhh\AppData\Local\Android\Sdk\platform-tools\systrace\catapult\systrace\systrace\output_generator.py", line 15, in <module>
    from tracing.trace_data import trace_data
  File "C:\Users\hhh\AppData\Local\Android\Sdk\platform-tools\systrace\catapult\tracing\tracing\trace_data\trace_data.py", line 17, in <module>
    import six
ImportError: No module named six

I solved the problem: pip install six

summary find ImportError what, use pip install it

from android-perf-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.