gforsyth / xonda

DEPRECATED: (previously a thin wrapper around conda for xonsh)
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Deprecation Warning? #36

Closed michaelaye closed 5 years ago

michaelaye commented 5 years ago

Trying out xonsh and xonda, I did this:

(py37) klay6683@MacL2938 ~/Dropbox/src $ xontrib xonda
The following xontribs are enabled but not installed:
   xonda
To install them run
    xpip install xonda
(py37) klay6683@MacL2938 ~/Dropbox/src $ xpip install xonda
Collecting xonda
  Downloading https://files.pythonhosted.org/packages/a5/1d/8a595225d2acda0dd4e80fec6fa3a20d7afdfdac76ddc2cba3f68d47a5e2/xonda-0.2.5.tar.gz
Building wheels for collected packages: xonda
  Running setup.py bdist_wheel for xonda ... done
  Stored in directory: /Users/klay6683/Library/Caches/pip/wheels/7b/67/fb/350607341beea358469139f212bce462d223fb9e4d78d4a2f6
Successfully built xonda
Installing collected packages: xonda
Successfully installed xonda-0.2.5
(py37) klay6683@MacL2938 ~/Dropbox/src $ xontrib xonda
/Users/klay6683/miniconda3/envs/py37/lib/python3.7/site-packages/xonsh/__amalgam__.py:21808: DeprecationWarning: __xonsh_completers__ has been deprecated, please use __xonsh__.completers instead.
  DeprecationWarning,

Is that bad? ;)

gforsyth commented 5 years ago

I hadn't released the updated xonda yet so xpip installed an older version that didn't match the new xonsh api. Shouldn't be an issue anymore if you upgrade.