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

Automatic installation error on Ubuntu 20.04 (missing ENV_DIR) #1

Open
stephane-caron opened this issue Mar 10, 2022 · 2 comments
Open

Comments

@stephane-caron
Copy link

stephane-caron commented Mar 10, 2022

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
Copy link
Author

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

@thowell
Copy link
Member

thowell commented Mar 10, 2022

Fixed, thanks!

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

2 participants