ImportError while importing a python file in a pyd

后端 未结 2 1089
粉色の甜心
粉色の甜心 2021-01-24 21:56

Alright, so, what I\'m trying to do is import a module in folders packed inside of a .pyd file. Here is something that would work for me:

from apple import __ini         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-24 22:29

    You need to run C:\path\to\pip\tool\pip install pyd from the command line first.

提交回复
热议问题