pycaret / pycaret

An open-source, low-code machine learning library in Python
https://www.pycaret.org
MIT License
8.95k stars 1.77k forks source link

[INSTALL]: Error from subprocess when installing collected packages OSError no 16: Device or resource busy #3288

Closed RemKamal closed 1 year ago

RemKamal commented 1 year ago

Installation check

Platform

Linux 4.18.0 x86-64 Almalinux 8.6 Sky Tiger

Installation Method

pip install

pycaret Version

Simple full and also tried nightly

Python Version

3.7.13

Description

Using pip with all three major types of pycaret an error is thrown shortly after it tries to install collected packages, sometimes it would be Boruta or pypandoc as the last line, but varies

Installation Logs

Replace this line with the installation logs.
ngupta23 commented 1 year ago

It is difficult to help with this since you have not provided all the information asked for in the issue type.

ngupta23 commented 1 year ago

By the way, you can see that all unit tests on Linux with python 3.7 are running so there should not be any installation issue. Can you try with the 3.0.0rc version (on a new conda env)

pip install -pre -U pycaret
github-actions[bot] commented 1 year ago

Stale issue message: This issue will be automatically closed by GitHub Actions in 1 week if there is no further activity.