mirror of
https://github.com/jrwnter/gruenifai.git
synced 2026-04-03 00:19:18 -06:00
export molecules fails with ModuleNotFoundError: No module named 'xlwt' #32
Labels
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/gruenifai#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @j3mdamas on 7/15/2020
Hi,
I've followed the instructions for deploying using
docker-compose. It was successfully deployed, I am able to use the interface, but when exporting the molecules from the "cart", it errors with:I quickly checked and apparently
xlwtis not apandasdependency, so I guess it needs to be added explicitly to theenvironment.ymlof the gui server.At least what I did was add
xlwtto https://github.com/jrwnter/gruenifai/blob/master/gruenifai/gui/server/environment.yml, build that image locally instead of pulling it, and the export works.I hope this is helpful.
João