PeARSearch / PeARS-federated

This is the version of PeARS for use in a federated context: admins create PeARS instances that users can join to contribute to the index.
Other
17 stars 6 forks source link

[Error] metadata-generation-failed #34

Closed Animaly0 closed 3 months ago

Animaly0 commented 3 months ago

When trying to install the requirements in federated and lite, I get this error that may be related to an error in compiling Cython file : https://paaster.io/5J4K73XRb5mSP5rRI8x4s#E-jigPI29DffGTxNQFSKoGssryMxXPR6PqzvNlkJcF0

minimalparts commented 3 months ago

@Animaly0 thanks for the report. Which version of Python are you using?

Animaly0 commented 3 months ago

currently using Python 3.11.2

minimalparts commented 3 months ago

Thank you. We will try to reproduce and get back to you as soon as we can!

minimalparts commented 3 months ago

I'm sorry about the late reply. I have attempted to reproduce the problem, but so far in vain. It works for me on python 3.11.2, in a virtual environment. Have you perhaps tried to install scikit-learn separately, with 'pip install scikit-learn'?

Animaly0 commented 3 months ago

Don’t worry, so I restarted from scrath and it now works like a charm… Don’t know what I did, might be because I tried too hard to install it using fish instead of bash.

Sorry for the incovenience, I’ll continue the installation process now. Closing the issue.