Giter Site home page Giter Site logo

Comments (9)

skywind3000 avatar skywind3000 commented on August 24, 2024

你拷贝的时候没拷贝完吧?

from pystand.

whitecateattea avatar whitecateattea commented on August 24, 2024

你拷贝的时候没拷贝完吧?

我一开始也是怀疑,所以我所幸就先把所有的package都复制进去了,然后也不行

from pystand.

skywind3000 avatar skywind3000 commented on August 24, 2024

版本不对?64 位和 32 位?

from pystand.

whitecateattea avatar whitecateattea commented on August 24, 2024

应该不是,如果不导入这个包就没问题,我在script中写了一个最简单的main函数,只要引入numpy就不行,而且直接在.int文件中引入也会有问题。您可以试一下

import os
import sys
import numpy as np

def main():
    matrix_ = np.zeros(3)

from pystand.

skywind3000 avatar skywind3000 commented on August 24, 2024

.pth 文件也拷贝过去了?

from pystand.

whitecateattea avatar whitecateattea commented on August 24, 2024

我复制了所有的内容,pth指的是这个文件吗
image
他里面的内容是这样的
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();

from pystand.

skywind3000 avatar skywind3000 commented on August 24, 2024

看这里:#60

from pystand.

whitecateattea avatar whitecateattea commented on August 24, 2024

感谢您的耐心帮助,我成功解决了问题。

from pystand.

skywind3000 avatar skywind3000 commented on August 24, 2024

咋解决的?给其他类似的人留点线索啊

from pystand.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.