@stefancoe , I have a problem with this choicemodels import:
|
from choicemodels import choicemodels |
On my Mac it works fine. However on aws-model07 where I installed everything to run urbansim2, it throws this error:
ImportError: cannot import name choicemodels
It does find the choicemodels module using import choicemodels, but there is no class Logit (which is what it is used for). Do you know what am I doing wrong?
BTW, on aws07, you can do activate urbansim2 to set the virtual environment for urbansim2.
@stefancoe , I have a problem with this choicemodels import:
urbansim2/psrc_urbansim/binary_discrete_choice.py
Line 18 in 3ae3211
On my Mac it works fine. However on aws-model07 where I installed everything to run urbansim2, it throws this error:
ImportError: cannot import name choicemodels
It does find the choicemodels module using
import choicemodels, but there is no class Logit (which is what it is used for). Do you know what am I doing wrong?BTW, on aws07, you can do
activate urbansim2to set the virtual environment for urbansim2.