tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
59 stars 19 forks source link

Excel_io.py file not found while importing #118

Open uyot10 opened 1 year ago

uyot10 commented 1 year ago

I wanted to export the solution to an excel file and the excel_io.py file isn't recognized on the import.

from processscheduler.excel_io import export_solution_to_excel_file

tpaviot commented 1 year ago

what is the output?

uyot10 commented 1 year ago

ModuleNotFoundError Traceback (most recent call last)

ModuleNotFoundError: No module named 'processscheduler.excel_io'