setup_dev can't find the right site-packages folder
AlbanOdot opened this issue · 0 comments
AlbanOdot commented
For some reason, USER_SITE variable from the package site is not pointing to the correct location when using conda.
Change the USER_SITE variable to site.getsitepackages()[0] solves the problem at my place.