dojopy icon indicating copy to clipboard operation
dojopy copied to clipboard

Automatic installation error on Ubuntu 20.04 (missing ENV_DIR)

Open stephane-caron opened this issue 3 years ago • 2 comments

All steps of the automatic installation instructions go through without error, except for the last one:

$ ipython
Python 3.8.10 (default, Nov 26 2021, 20:14:08) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.22.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import dojopy

In [2]: dojopy.install()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-4d1bdd25a949> in <module>
----> 1 dojopy.install()

TypeError: install() missing 1 required positional argument: 'ENV_DIR'

Happens on Ubuntu 20.04.4.

stephane-caron avatar Mar 10 '22 10:03 stephane-caron

Maybe set "" as the default value for ENV_DIR? Running dojopy.install("") worked for me.

stephane-caron avatar Mar 10 '22 11:03 stephane-caron

Fixed, thanks!

thowell avatar Mar 10 '22 16:03 thowell