idies / pyJHTDB

Python wrapper for the Johns Hopkins turbulence database library
Apache License 2.0
96 stars 47 forks source link

!pip install pyJHTDB ERROR (Google Colab env.) #46

Open AmirhosseinnnKhademi opened 5 months ago

AmirhosseinnnKhademi commented 5 months ago

Collecting pyJHTDB Using cached pyJHTDB-20200909.0.tar.gz (386 kB) error: subprocess-exited-with-error

× python setup.py egg_info 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. Preparing metadata (setup.py) ... error 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.

AmirhosseinnnKhademi commented 5 months ago

Is there any solution for this?

AmirhosseinnnKhademi commented 5 months ago

In particular I need the dbinfo

JTStephens18 commented 1 week ago

My solution for this was to !pip install wurlitzer before installing pyJHTDB.