problem about installing tenpy
Posted: 30 Sep 2024, 05:02
Hi,
I am very new to TeNPy package. When I try to install this package on mac, I first use and it succeeded. But when I tried to use on vscode, it says . Then I checked the list of packages and found one named physics-tenpy. But when I try to , I was told 'invalid syntax'. How to solve this problem?
Also, I then try to create a new environment using the environment.yml file in the link https://tenpy.readthedocs.io/en/latest/install/pip.html by, I got
How so solve it? What is the correct way to run tenpy on my mac? Thanks a lot.
I am very new to TeNPy package. When I try to install this package on mac, I first use
Code: Select all
conda install --channel=conda-forge physics-tenpy
Code: Select all
import tenpy
Code: Select all
no module named tenpy
Code: Select all
import physics-tenpy
Also, I then try to create a new environment using the environment.yml file in the link https://tenpy.readthedocs.io/en/latest/install/pip.html by
Code: Select all
conda env create -f environment.yml
Code: Select all
ResolvePackageNotFound:
- libblas[build=*mkl]
- mkl
- mkl-devel