Local development import error
-
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. -
Hello.
This looks strange. The latest version is 0.0.225
Try to install the latest version:
conda activate qntdev conda install -y "quantiacs-source::qnt >= 0.0.225"
-
@support said in Local development import error:
conda install -y "quantiacs-source::qnt >= 0.0.225"
Now it works. Thanks!