It happened to me that I need a package in spyder. I installed it using conda, so there is a virtual environment for its package. If you need to install a package you need to do:
$ cd anaconda3/bin
$ ./pip install kaitaistruct
It happened to me that I need a package in spyder. I installed it using conda, so there is a virtual environment for its package. If you need to install a package you need to do:
$ cd anaconda3/bin
$ ./pip install kaitaistruct