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

Failed to load the virtualenv package #26

Open
MortalCatalyst opened this issue Apr 5, 2015 · 0 comments · May be fixed by #30
Open

Failed to load the virtualenv package #26

MortalCatalyst opened this issue Apr 5, 2015 · 0 comments · May be fixed by #30

Comments

@MortalCatalyst
Copy link

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.189.0
System: Microsoft Windows 7 Professional
Thrown From: virtualenv package, v0.6.2

Stack Trace

Failed to load the virtualenv package

At Arguments to path.join must be strings

TypeError: Arguments to path.join must be strings
  at f (path.js:178:13)
  at Object.filter (native)
  at Object.win32.join (path.js:183:38)
  at new VirtualenvManager (C:\Users\sayth\.atom\packages\virtualenv\lib\virtualenv-manager.coffee:22:24)
  at Object.<anonymous> (C:\Users\sayth\.atom\packages\virtualenv\lib\init.coffee:7:16)
  at Object.<anonymous> (C:\Users\sayth\.atom\packages\virtualenv\lib\init.coffee:1:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\node_modules\coffee-cash\lib\coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Package.module.exports.Package.requireMainModule (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package.js:678:34)
  at C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package.js:189:28
  at Package.module.exports.Package.measure (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package.js:167:15)
  at Package.module.exports.Package.load (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package.js:181:12)
  at PackageManager.module.exports.PackageManager.loadPackage (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package-manager.js:383:14)
  at PackageManager.module.exports.PackageManager.loadPackages (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\package-manager.js:355:14)
  at Atom.module.exports.Atom.startEditorWindow (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\atom.js:619:21)
  at Object.<anonymous> (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\window-bootstrap.js:12:8)
  at Object.<anonymous> (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\window-bootstrap.js:23:4)
  at Module._compile (module.js:452:26)
  at Object.loadFile [as .js] (C:\Users\sayth\AppData\Local\atom\app-0.189.0\resources\app\src\babel.js:162:21)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at window.onload (file:///C:/Users/sayth/AppData/Local/atom/app-0.189.0/resources/app/static/index.js:52:25)

Commands

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ],
    "disabledPackages": [
      "powerline"
    ]
  }
}

Installed Packages

# User
atom-beautify, vundefined
atom-django, v0.2.1
atom-jinja2, v0.5.0
autocomplete-css, v0.6.0
autocomplete-html, v0.5.0
autocomplete-paths, v1.0.2
autocomplete-plus, v2.7.1
autocomplete-snippets, v1.2.0
color-picker, v1.5.0
css-snippets, v0.5.0
django-templates, v0.4.0
flake8, v0.6.0
html-id-class-snippets, v1.4.1
javascript-snippets, v1.0.0
jsformat, v0.7.18
language-css-plus, v0.3.0
language-restructuredtext, v0.4.0
language-stylus, v0.1.0
linter, v0.12.0
linter-flake8, v1.3.0
linter-python-pep8, v0.2.0
markdown-preview-plus, v1.3.0
minimap, v4.7.5
open-last-project, v0.3.5
preview-plus, v1.1.19
project-palette-finder, v2.4.16
script, v2.18.0
Stylus, v0.7.0
Sublime-Style-Column-Selection, v1.2.3
vim-surround, v0.5.0
virtualenv, v0.6.2

# Dev
No dev packages
Leif7 added a commit to Leif7/virtualenv that referenced this issue May 8, 2015
path variable cross platform compatibility fix for Windows
fixes jhutchins#26
@Leif7 Leif7 linked a pull request May 8, 2015 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant