Local development import error
-
Hi, I followed these steps to prepare the local environment.
After activating the environment,conda listshows the package:qnt 0.0.221 py37_0 quantiacs-sourcebut running this line:
import qnt.data as qndataI 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!