fangyulim / BTS_Flight_Forecast

Flight delay
MIT License
1 stars 0 forks source link

Error while pip installing package created by pyproject.toml #67

Open sushmavankayala opened 3 months ago

sushmavankayala commented 3 months ago

The pyproject.toml file is creating the package as expected. When trying to install the created package using pip install, the installation is just stuck while preparing metadata:

Processing /Users/sushmavankayala/Documents/DATA_515/assignments/BTS_Flight_Forecast/dist/BTS_Flight_Forecast-1.0.0.tar.gz Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Collecting pyqt5==5.15 (from BTS_Flight_Forecast==1.0.0) Using cached PyQt5-5.15.0.tar.gz (3.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... -