dice_rl icon indicating copy to clipboard operation
dice_rl copied to clipboard

Editable Installation Issue Using Pip

Open decodyng opened this issue 3 years ago • 0 comments

I'm currently finding that running pip install -e . as specified in the install instructions doesn't work for python version 3.7.0. I've tried with pip version 10 and also version 23.

I believe that, at least on my machine, the issue is that the editable install pattern assumes there is a dice_rl folder in the top level of the repo containing all of the package code, rather than the package code/module folders being present at the root level of the repo. Locally adding a dice_rl folder and moving the contents of the package into it appears to have made dice_rl importable, where before attempting to import was provoking an ImportError.

decodyng avatar Jul 15 '21 00:07 decodyng