Bug 1706456 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

After running the command:
*mfi browser_tabopen_squeeze.js* where *mfi == ./mach file-info bugzilla-component <path>*
I have received the following error:
>Traceback (most recent call last):
  File "./mach", line 153, in <module>
    main(sys.argv[1:])
  File "./mach", line 145, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "./mach", line 132, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "./mach", line 120, in load_mach
    return mach_bootstrap.bootstrap(dir_path)
  File "/home/moz/mozilla-unified/build/mach_bootstrap.py", line 222, in bootstrap
    import mach.main
  File "/home/moz/mozilla-unified/python/mach/mach/main.py", line 36, in <module>
    from .sentry import register_sentry, NoopErrorReporter
  File "/home/moz/mozilla-unified/python/mach/mach/sentry.py", line 13, in <module>
    from mach.telemetry import is_telemetry_enabled
  File "/home/moz/mozilla-unified/python/mach/mach/telemetry.py", line 14, in <module>
    import requests
  File "/home/moz/mozilla-unified/third_party/python/requests/requests/__init__.py", line 119, in <module>
    from . import packages
ImportError: bad magic number in 'requests.packages': b'\x03\xf3\r\n'

Same errors was received when also running:
*/mach bootstrap
*./mach clobber

Mentioning that I have made no changes whatsoever to the env.
After running the command:
*mfi browser_tabopen_squeeze.js* where *mfi == ./mach file-info bugzilla-component <path>*
I have received the following error:
>Traceback (most recent call last):
  File "./mach", line 153, in <module>
    main(sys.argv[1:])
  File "./mach", line 145, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "./mach", line 132, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "./mach", line 120, in load_mach
    return mach_bootstrap.bootstrap(dir_path)
  File "/home/moz/mozilla-unified/build/mach_bootstrap.py", line 222, in bootstrap
    import mach.main
  File "/home/moz/mozilla-unified/python/mach/mach/main.py", line 36, in <module>
    from .sentry import register_sentry, NoopErrorReporter
  File "/home/moz/mozilla-unified/python/mach/mach/sentry.py", line 13, in <module>
    from mach.telemetry import is_telemetry_enabled
  File "/home/moz/mozilla-unified/python/mach/mach/telemetry.py", line 14, in <module>
    import requests
  File "/home/moz/mozilla-unified/third_party/python/requests/requests/__init__.py", line 119, in <module>
    from . import packages
ImportError: bad magic number in 'requests.packages': b'\x03\xf3\r\n'

Same errors was received when also running:
* ./mach bootstrap
* ./mach clobber

Mentioning that I have made no changes whatsoever to the env.
After running the command:
*mfi browser_tabopen_squeeze.js* where *mfi == ./mach file-info bugzilla-component <path>*
I have received the following error:
>Traceback (most recent call last):
  File "./mach", line 153, in <module>
    main(sys.argv[1:])
  File "./mach", line 145, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "./mach", line 132, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "./mach", line 120, in load_mach
    return mach_bootstrap.bootstrap(dir_path)
  File "/home/moz/mozilla-unified/build/mach_bootstrap.py", line 222, in bootstrap
    import mach.main
  File "/home/moz/mozilla-unified/python/mach/mach/main.py", line 36, in <module>
    from .sentry import register_sentry, NoopErrorReporter
  File "/home/moz/mozilla-unified/python/mach/mach/sentry.py", line 13, in <module>
    from mach.telemetry import is_telemetry_enabled
  File "/home/moz/mozilla-unified/python/mach/mach/telemetry.py", line 14, in <module>
    import requests
  File "/home/moz/mozilla-unified/third_party/python/requests/requests/__init__.py", line 119, in <module>
    from . import packages
ImportError: bad magic number in 'requests.packages': b'\x03\xf3\r\n'

Same error was received when also running:
* ./mach bootstrap
* ./mach clobber

Mentioning that I have made no changes whatsoever to the env.
After running the command:
*mfi browser_tabopen_squeeze.js* where *mfi == ./mach file-info bugzilla-component <path>*
I have received the following error:
```
Traceback (most recent call last):
  File "./mach", line 153, in <module>
    main(sys.argv[1:])
  File "./mach", line 145, in main
    mach = check_and_get_mach(os.path.dirname(os.path.realpath(__file__)))
  File "./mach", line 132, in check_and_get_mach
    return load_mach(dir_path, mach_path)
  File "./mach", line 120, in load_mach
    return mach_bootstrap.bootstrap(dir_path)
  File "/home/moz/mozilla-unified/build/mach_bootstrap.py", line 222, in bootstrap
    import mach.main
  File "/home/moz/mozilla-unified/python/mach/mach/main.py", line 36, in <module>
    from .sentry import register_sentry, NoopErrorReporter
  File "/home/moz/mozilla-unified/python/mach/mach/sentry.py", line 13, in <module>
    from mach.telemetry import is_telemetry_enabled
  File "/home/moz/mozilla-unified/python/mach/mach/telemetry.py", line 14, in <module>
    import requests
  File "/home/moz/mozilla-unified/third_party/python/requests/requests/__init__.py", line 119, in <module>
    from . import packages
ImportError: bad magic number in 'requests.packages': b'\x03\xf3\r\n'
```

Same error was received when also running:
* ./mach bootstrap
* ./mach clobber

Mentioning that I have made no changes whatsoever to the env.

Back to Bug 1706456 Comment 0