Auerilas / ecopy

Python tools for ecological data analyses
64 stars 27 forks source link

Problem with installing ecopy #33

Open Dannycicovsky opened 7 months ago

Dannycicovsky commented 7 months ago

Hello, I've tried to install ecopy, but it gave me just this error. (After installing Cython, the issue persits) Processing c:\users\danie\python\ecopy Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [1 lines of output] CRITICAL:root:Cython.Build.cythonize not found. Cython is required to build from a repo. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

stephaniestwb commented 1 month ago

I am having this same issue, were you able to figure it out?

utkimchi commented 1 week ago

Where are you trying to install it from? The command line? VSCode?

pip install cython before installing ecopy

stephaniestwb commented 1 week ago

I'm trying to install it from the command line, and I installed cython befor trying again with ecopy but keep getting the same message