after i used pyinstaller to convert my code to exe this came to me and i install uninstall every library and done everything
these are my code imports:
import sys
import osimport foliumimport requestsfrom getmac
import get_mac_addressimport randomimport openpyxlimport refrom requests.exceptions
import ConnectionError, Timeout, RequestException, ChunkedEncodingErrorimport pandas as pd
from PyQt5.QtWidgets import (QApplication, QDialog, QHeaderView, QMessageBox, QWidget, QVBoxLayout, QGridLayout, QLabel, QCheckBox, QComboBox,QPushButton, QLineEdit, QHBoxLayout, QScrollArea, QTableWidget, QTableWidgetItem,QFileDialog)
from PyQt5.QtGui import QColor, QFont, QIcon, QMovie, QPalette, QPixmapimport os
import reimport timefrom PyQt5.QtCore
import QThread, Qt,QUrl, pyqtSignalfrom PyQt5.QtWebEngineWidgets
import QWebEngineViewfrom colorama
import init, Forefrom concurrent.futures
import ThreadPoolExecutor
, as_completed this is the error i got
OPENSSL_Uplink(00007FFD16A12E8,88): no OPENSSL_Applink
my code works perfectly in vs code and it runs but when i convert it it shows
OPENSSL_Uplink(00007FFD16A12E8,88): no OPENSSL_Applink
so i tried to install upgrade uninstall libraries and deps and nothing wored same error still
New contributor
Mrabet Mustapha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.