Unable to import if installed as local package #1005
-
I'm trying to use a local installation of FLORIS to modify some of the source code. I cloned the repo and installed with NAME
floris
PACKAGE CONTENTS
FILE
(built-in) I had previously installed using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @sunnyxxchen , This comment might help: #979 (comment) . In particular, if you run |
Beta Was this translation helpful? Give feedback.
Hmm. One other thing to try is to just run
pip list
and then see what shows up next to theFLORIS
entry. When I do that with a locally installed version, I see something like this:whereas if it is pip install from PyPI, the path disappears and I see:
that is, no location is shown.
One way or another, it seems as though conda has gotten mixed up about the location of the FLORIS package, and I think a fresh environment with floris locally installed would likely fix it.