Skip to content

ImportError: No module named 'shellenv' #82

Description

@VuongTran21

Expected Behavior

Install success package JavaScript Enhancements

Actual Behavior

Error occurred: no module named 'shellenv'

Sublime Text console logs

reloading plugin JavaScript Enhancements.main
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 125, in reload_plugin
m = importlib.import_module(modulename)
File "./python3.3/importlib/init.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in _load_module
File "", line 313, in _call_with_frames_removed
File "/home/vuongtran/.config/sublime-text-3/Packages/JavaScript Enhancements/main.py", line 2, in
import os, platform, shutil, tempfile, json, re, sys, shellenv
ImportError: No module named 'shellenv'

Steps to Reproduce the Problem

  1. Install manually from source code
  2. Add to Packages folder in Sublime Text 3

Specifications

  • Sublime Text 3 build: 3211
  • OS: Ubuntu 21.04
  • JavaScript Enhancements version:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions