Skip to content

Issue with openpyxl #282

@kuangxiaolong

Description

@kuangxiaolong

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions