Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem installing #98

Open
Pinolinoo opened this issue Aug 12, 2022 · 1 comment
Open

problem installing #98

Pinolinoo opened this issue Aug 12, 2022 · 1 comment

Comments

@Pinolinoo
Copy link

Dear all,

Sadly I am not able to install the stpipeline. When using pip in a fresh conda env I get the following error:

` Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/z4/dc80cgy93pj6rgjpx46mnh680000gn/T/pip-install-9dekewms/taggd_cbeca8e7f968423694db01796dba5096/setup.py", line 4, in
import numpy
ModuleNotFoundError: No module named 'numpy'
[end of output]

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

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.`

When using git clone, also I get an error when running the setup.py. It says it can't find the file in stpipeline/common/cdistance.c which is also not in this directory!

Happy for your help,
philipp

@thinkzink
Copy link

You should just run
pip install numpy
(with the caveat of this being the latest numpy version rather than any particular one that may be depended upon) before re-executing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants