Skip to content

VQNET下载后无法使用 #9

Description

@cyx617

您好!我成功下载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

请问我该如何解决?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions