RecordEvolution/IMCtermite

Installation was not succeded

Closed this issue · 4 comments

I tried to install this package using pip but it did not work. In the attached picture, you may see the problem. I would be appreciate if anyone could help me with this issue.
Capture2

@okantopcu Can you please provide some information on the system/architecture you're using ?

dear mario, i guess the information in the attached files would be sufficient. But if you need further questions, i can provide more information. Thanks for your reply, by the way.
Capture
Capture1

I guess the problem arises from the wrong placed lib folder. It should be placed under pyhton folder. Otherwise, the source file can not be found and installation can not be carried out.

Building python wheels on Windows wasn't considered so far since the python wheels are usually built using the make framework on linux/mac (see e.g. github workflows). By the way, if you miss binary wheels for any OS, arch or python version, please let me know! So I'm afraid, for the time being you have to copy lib/ to the python directory to build on windows.