.exe created using pyinstaller not working, but .py file running in IDE working

前端 未结 0 1889
天涯浪人
天涯浪人 2021-02-14 11:00
#!/usr/bin/env python
# coding: utf-8

# In[12]:

import sklearn
import joblib 
  
import pickle
import pandas as pd
# Load the model from the file 
knn_from_joblib = jo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题