Skip to content

Unable to import if installed as local package #1005

Answered by misi9170
sunnyxxchen asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm. One other thing to try is to just run pip list and then see what shows up next to the FLORIS entry. When I do that with a locally installed version, I see something like this:

FLORIS                        4.1.1         /Users/mymachine/floris

whereas if it is pip install from PyPI, the path disappears and I see:

FLORIS          4.1.1

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sunnyxxchen
Comment options

@misi9170
Comment options

Answer selected by sunnyxxchen
@sunnyxxchen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants