Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'shellenv' #82

Open
VuongTran21 opened this issue May 5, 2021 · 0 comments
Open

ImportError: No module named 'shellenv' #82

VuongTran21 opened this issue May 5, 2021 · 0 comments

Comments

@VuongTran21
Copy link

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant