-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
I am trying to write excel in Julia and it seems that the best way is to use PyCall to call python packages. I installed PyCall and other packages like numpy and math worked when I use PyCall, however, when I use @pyimport openpyxl, it says ImportError('No module named openpyxl',).
Then I noticed that perhaps I should link PyCall to my python directory and tried everything on this page but it still doesn't work. Any similar situations? How can I solve this issue? Thanks.
Metadata
Metadata
Assignees
Labels
No labels