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

error while installing tellurium using pip #594

Open
jurquiza opened this issue Oct 10, 2024 · 2 comments
Open

error while installing tellurium using pip #594

jurquiza opened this issue Oct 10, 2024 · 2 comments

Comments

@jurquiza
Copy link

Collecting python-libnuml>=1.0.0 (from tellurium==2.2.10)
Using cached python-libnuml-1.1.6.tar.gz (5.7 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-b9rmal_o/python-libnuml_705c84aba0314e3bb2bd8f4c49e4a3cd/setup.py", line 112, in
raise ValueError("Invalid libNuML Source directory, no VERSION.txt file")
ValueError: Invalid libNuML Source directory, no VERSION.txt file
Using libNuML from: /tmp/pip-install-b9rmal_o/python-libnuml_705c84aba0314e3bb2bd8f4c49e4a3cd
Using VERSION.txt: /tmp/pip-install-b9rmal_o/python-libnuml_705c84aba0314e3bb2bd8f4c49e4a3cd/VERSION.txt
['PKG-INFO', 'setup.py', 'python_libnuml.egg-info', 'setup.cfg', 'README.md']
[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.

@fbergmann
Copy link

Seems like this has nothing to do with tellurium, pip tried to install libnuml, and it failed to compile on your machine. Could you let us know which:

  • python version
  • architecture / os

you are running, then we can make a new release of the dependency to get you going.

@luciansmith
Copy link
Contributor

@jurquiza Did this answer your question?

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

3 participants