Skip to content

Commit

Permalink
add pkg_resources.py2_warn to hidden imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 24, 2024
1 parent aeec2fc commit a367e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/extra-hooks/hook-pyomo.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@
print('error on my part')
continue

hiddenimports = list(imports)
hiddenimports = list(imports)
hiddenimports.append("pkg_resources.py2_warn")

0 comments on commit a367e57

Please sign in to comment.