Open
Description
您好!我成功下载VQNET到本地,但是在运行from pyvqnet.tensor import *的时候,会报下面的错误:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Input In [3], in <cell line: 2>()
1 import pyvqnet
----> 2 from pyvqnet.tensor import *
3 a = arange(1,25).reshape([2, 3, 4])
4 print(a)
File ~/anaconda3/envs/et/lib/python3.8/site-packages/pyvqnet/tensor/__init__.py:1, in <module>
----> 1 from .tensor import *
File pyvqnet/tensor/tensor.py:9, in init pyvqnet.tensor.tensor()
Library not loaded: /Library/Frameworks/Python.framework/Versions/3.8/Python
Reason: image not found
请问我该如何解决?
Metadata
Metadata
Assignees
Labels
No labels