You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing libarchive I got the error :
Verifying that the library is accessible.Library can not be loaded: [WinError 126] Le module spécifié est introuvable.
I was surprised to discover that the line "import libarchive" is called within the file setup.py
I'm not aware of the reasons to change the name of the module but it's strange to import a module that you are trying to install or to install a module you are trying to import !
The text was updated successfully, but these errors were encountered:
While installing libarchive I got the error :
Verifying that the library is accessible.Library can not be loaded: [WinError 126] Le module spécifié est introuvable.
I was surprised to discover that the line "import libarchive" is called within the file setup.py
I'm not aware of the reasons to change the name of the module but it's strange to import a module that you are trying to install or to install a module you are trying to import !
The text was updated successfully, but these errors were encountered: