@support said in Local development import error:
conda install -y "quantiacs-source::qnt >= 0.0.225"
Now it works. Thanks!
@support said in Local development import error:
conda install -y "quantiacs-source::qnt >= 0.0.225"
Now it works. Thanks!
Hi, I followed these steps to prepare the local environment.
After activating the environment, conda list
shows the package:
qnt 0.0.221 py37_0 quantiacs-source
but running this line:
import qnt.data as qndata
I got the error:
ModuleNotFoundError: No module named 'qnt'
Anything I missed?
Best regards.