Giter VIP home page Giter VIP logo

Comments (17)

florian-huber avatar florian-huber commented on September 17, 2024 1

Got the same error (both on a linux and on a windows machine).
Would that be due to this ? :

Warning: passing language='c++' to cythonize() is deprecated. Instead, put "# distutils: language=c++" in your .pyx or .pxd file(s) 

from pyfit-sne.

whitews avatar whitews commented on September 17, 2024

Same error here. @florian-huber @ccshao did either of you figure out how to install?

from pyfit-sne.

florian-huber avatar florian-huber commented on September 17, 2024

@whitews : no, I wasn't able to install. Started looking at other t-sne implementations but that's going slow... I will give an update if I find something that works for me.

from pyfit-sne.

ccshao avatar ccshao commented on September 17, 2024

I built the fit-tsne instead, see https://github.com/KlugerLab/FIt-SNE.
If everything works, there should be a binary exec file, which should be put into a folder contained by PATH. Then seurat is able to find and use it. Good luck.

from pyfit-sne.

JBreunig avatar JBreunig commented on September 17, 2024

same issue here on Ubuntu

from pyfit-sne.

farouktif avatar farouktif commented on September 17, 2024

@whitews : no, I wasn't able to install. Started looking at other t-sne implementations but that's going slow... I will give an update if I find something that works for me.

did you manage to fix this issue? it have been trying for a couple of day and no luck so far :(

from pyfit-sne.

whitews avatar whitews commented on September 17, 2024

@farouktif Nope, we moved on to tsne-cuda:

https://github.com/CannyLab/tsne-cuda

from pyfit-sne.

linqiaozhi avatar linqiaozhi commented on September 17, 2024

I will look into this in further detail as soon as I can--sorry for the delays.

Until then, please consider using the Python wrapper here:
https://github.com/KlugerLab/FIt-SNE

It's not a package (i.e. not installed by pip), but works very well.

from pyfit-sne.

JBreunig avatar JBreunig commented on September 17, 2024

I got the same errors with Flt-SNE install in Ubuntu. Thanks in advance for looking into this.

from pyfit-sne.

linqiaozhi avatar linqiaozhi commented on September 17, 2024

@JBreunig Just take a quick look and see if this commit fixed your problem. @dkobak also reported problems with a new install on Ubuntu, looks like he resolved it.

KlugerLab/FIt-SNE#81

from pyfit-sne.

dkobak avatar dkobak commented on September 17, 2024

@linqiaozhi The errors shown in the first message in this thread look rather unrelated to what I fixed there...

from pyfit-sne.

JBreunig avatar JBreunig commented on September 17, 2024

@JBreunig Just take a quick look and see if this commit fixed your problem. @dkobak also reported problems with a new install on Ubuntu, looks like he resolved it.

KlugerLab/FIt-SNE#81

I was able to compile and use the new commit. Thanks!!

(Had no luck again with fitsne before that though I had previously used it on another Ubuntu workstation and Windows. But no need for it anyway since your installation instructions worked fine.)

from pyfit-sne.

dkobak avatar dkobak commented on September 17, 2024

@JBreunig Just to clarify: do you mean that you managed to run FIt-SNE with a Python wrapper, or did you somehow integrate that commit 81 into the pyFIt-SNE and managed to run pyFIt-SNE?

from pyfit-sne.

JBreunig avatar JBreunig commented on September 17, 2024

Sorry for the typo above (fixed), I compiled it and it ran fine from Python. I had tried before that to install fitsne again with no luck.

from pyfit-sne.

linqiaozhi avatar linqiaozhi commented on September 17, 2024

I updated pyFIt-SNE to the latest version of FIt-SNE which implements Dmitry's fix.

Please re-open if you are still having this problem.

from pyfit-sne.

CamiloMartinezM avatar CamiloMartinezM commented on September 17, 2024

I still get this error if I try to install from pypi. If I try to compile it with g++, I get the following:

In file included from src/tsne.cpp:40:
src/nbodyfft.h:7:10: fatal error: fftw3.h: No such file or directory
    7 | #include <fftw3.h>
      |          ^~~~~~~~~
compilation terminated.
In file included from src/nbodyfft.cpp:5:
src/nbodyfft.h:7:10: fatal error: fftw3.h: No such file or directory
    7 | #include <fftw3.h>
      |          ^~~~~~~~~
compilation terminated.

This question as asked 9 months ago on stackoverflow, showing the same behaviour, but no one could answer. Thank you in advance for looking into this.

from pyfit-sne.

rained1989 avatar rained1989 commented on September 17, 2024

That because you did not have fftw3. Try to install it and add -I/path/to/include/ -L/path/to/lib/ to FIt-SNE install command.

from pyfit-sne.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.