MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

hdf5 headers missing #303

Closed nikg321 closed 1 month ago

nikg321 commented 2 months ago

Describe the bug:

A clear and concise description of what the bug is.

To Reproduce:

Provide a minimal working example that reproduces the error.

Minimal working example: A minimal working example is a collection of source code and other data files which allow a bug or problem to be demonstrated and reproduced. The important feature of a minimal working example is that it is as small and as simple as possible, such that it is just sufficient to demonstrate the problem, but without any additional complexity or dependencies which will make resolution harder.

Expected behavior:

A clear and concise description of what you expected to happen.

Screenshots:

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context:

Add any other context about the problem here.

ssolson commented 2 months ago

Hello @nikg321 and thank you for your interest in MHKiT.

The issue template requests information about your issue so that I can help you..

Please address each of the template items in your original issue so that I can help you.

Thanks again for your interest in MHKiT.

ssolson commented 2 months ago

@nikg321 you said when you try to install the package you get a netCDF 4 error in your duplicate issue #305.

How are you trying to install MHKiT?

What operating system do you use?

What version of Python do you use?

nikg321 commented 2 months ago

I try using the pip install mhkit and I hot the same error by trying git git clone,windows 64 the python version is 3.11.7 I think

Στις Τετ 10 Απρ 2024, 9:10 μ.μ. ο χρήστης ssolson @.***> έγραψε:

@nikg321 https://github.com/nikg321 you said when you try to install the package you get a netCDF 4 error in your duplicate issue #305 https://github.com/MHKiT-Software/MHKiT-Python/issues/305.

How are you trying to install MHKiT?

What operating system do you use?

What version of Python do you use?

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2048170545, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGN2DQYWOUSA3L6QAELY4V573AVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGE3TANJUGU . You are receiving this because you were mentioned.Message ID: @.***>

ssolson commented 2 months ago

If you have cloned the repo can you try checking out the develop branch and seeing it installs correctly?

cd MHKiT-Python
git checkout develop
pip install -e .
nikg321 commented 2 months ago

Ok, I'll check it out.

Στις Τετ 10 Απρ 2024 στις 10:15 μ.μ., ο/η ssolson @.***> έγραψε:

If you have cloned the repo can you try checking out the develop branch and seeing it installs correctly?

cd MHKiT-Python git checkout develop pip install -e .

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2048269565, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGKF4UCYY4ZTHZ4RM4DY4WFVPAVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGI3DSNJWGU . You are receiving this because you were mentioned.Message ID: @.***>

nikg321 commented 2 months ago

Successfully installed NREL-rex-0.2.86 aiobotocore-2.5.0 aiofiles-23.2.1 aiohttp-3.8.5 aiohttp-cors-0.7.0 aioitertools-0.11.0 aiosignal-1.3.1 async-timeout-4.0.3 azure-core-1.30.1 azure-storage-blob-12.19.1 beautifulsoup4-4.12.3 botocore-1.29.76 bottleneck-1.3.8 fatpack-0.7.7 frozenlist-1.4.1 h5pyd-0.18.0 hsds-0.8.4 isodate-0.6.1 jmespath-1.0.1 joblib-1.4.0 lxml-5.2.1 mhkit-0.7.0 multidict-6.0.5 numcodecs-0.12.1 patsy-0.5.6 pyjwt-2.8.0 requests-unixsocket-0.3.0 scikit-learn-1.4.2 simplejson-3.19.2 statsmodels-0.14.1 threadpoolctl-3.4.0 toml-0.10.2 urllib3-1.26.18 wrapt-1.16.0 yarl-1.9.4 it gives me that , so what so i do now

Στις Τετ 10 Απρ 2024 στις 10:21 μ.μ., ο/η nikolas galyfianakis < @.***> έγραψε:

Ok, I'll check it out.

Στις Τετ 10 Απρ 2024 στις 10:15 μ.μ., ο/η ssolson < @.***> έγραψε:

If you have cloned the repo can you try checking out the develop branch and seeing it installs correctly?

cd MHKiT-Python git checkout develop pip install -e .

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2048269565, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGKF4UCYY4ZTHZ4RM4DY4WFVPAVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGI3DSNJWGU . You are receiving this because you were mentioned.Message ID: @.***>

ssolson commented 2 months ago

It looks like the install it worked.

You can cd examples and run an ipython notebook example of your choosing.

We have a release planned that is only waiting on PR #302 so the fix for the current release will be out shortly (~2 weeks).

Please let me know if the current install of MHKiT is not working for you.

nikg321 commented 2 months ago

i still get the same erros using pip install in spyder

Στις Τετ 10 Απρ 2024 στις 10:26 μ.μ., ο/η ssolson @.***> έγραψε:

It looks like the install it worked.

You can cd examples and run an ipython notebook example of your choosing.

We have a release planned that is only waiting on PR #302 https://github.com/MHKiT-Software/MHKiT-Python/pull/302 so fix for the current release will be out shortly (~2 weeks).

Please let me know if the current install of MHKiT is not working for you.

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2048285612, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGPMKVYKMODCTIQEKL3Y4WG6NAVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGI4DKNRRGI . You are receiving this because you were mentioned.Message ID: @.***>

ssolson commented 2 months ago

Successfully installed NREL-rex-0.2.86 aiobotocore-2.5.0 aiofiles-23.2.1 aiohttp-3.8.5 aiohttp-cors-0.7.0 aioitertools-0.11.0 aiosignal-1.3.1 async-timeout-4.0.3 azure-core-1.30.1 azure-storage-blob-12.19.1 beautifulsoup4-4.12.3 botocore-1.29.76 bottleneck-1.3.8 fatpack-0.7.7 frozenlist-1.4.1 h5pyd-0.18.0 hsds-0.8.4 isodate-0.6.1 jmespath-1.0.1 joblib-1.4.0 lxml-5.2.1 mhkit-0.7.0 multidict-6.0.5 numcodecs-0.12.1 patsy-0.5.6 pyjwt-2.8.0 requests-unixsocket-0.3.0 scikit-learn-1.4.2 simplejson-3.19.2 statsmodels-0.14.1 threadpoolctl-3.4.0 toml-0.10.2 urllib3-1.26.18 wrapt-1.16.0 yarl-1.9.4 it gives me that , so what so i do now Στις Τετ 10 Απρ 2024 στις 10:21 μ.μ., ο/η nikolas galyfianakis < @.***> έγραψε:

There is no error in the output you are showing me. I need more details on what you are doing to help you.

If you are saying that pip install mhkit does not work in Spyder that is because there is a bug we have already fixed in the develop branch that I had you install that showed the succesful output above. pip install mhkit will work again once we do the full release in the next ~2 weeks.

I do not use (or recommend) Spyder and therefore cannot tell you exactly how to get MHKiT into your Spyder IDE. If you want to continue using Spyder I would recommend looking for instructions on how to install from a git repository in Spyder and use the develop branch of MHKiT.

I would recommend doing python development in VS Code. Within the terminal of VS Code you could install the develop branch exactly as I had you do it before.

nikg321 commented 2 months ago

Great!

Στις Τετ 10 Απρ 2024, 10:49 μ.μ. ο χρήστης ssolson @.***> έγραψε:

Successfully installed NREL-rex-0.2.86 aiobotocore-2.5.0 aiofiles-23.2.1 aiohttp-3.8.5 aiohttp-cors-0.7.0 aioitertools-0.11.0 aiosignal-1.3.1 async-timeout-4.0.3 azure-core-1.30.1 azure-storage-blob-12.19.1 beautifulsoup4-4.12.3 botocore-1.29.76 bottleneck-1.3.8 fatpack-0.7.7 frozenlist-1.4.1 h5pyd-0.18.0 hsds-0.8.4 isodate-0.6.1 jmespath-1.0.1 joblib-1.4.0 lxml-5.2.1 mhkit-0.7.0 multidict-6.0.5 numcodecs-0.12.1 patsy-0.5.6 pyjwt-2.8.0 requests-unixsocket-0.3.0 scikit-learn-1.4.2 simplejson-3.19.2 statsmodels-0.14.1 threadpoolctl-3.4.0 toml-0.10.2 urllib3-1.26.18 wrapt-1.16.0 yarl-1.9.4 it gives me that , so what so i do now Στις Τετ 10 Απρ 2024 στις 10:21 μ.μ., ο/η nikolas galyfianakis < @.***> έγραψε:

There is no error in the output you are showing me. I need more details on what you are doing to help you.

If you are saying that pip install mhkit does not work in Spyder that is because there is a bug we have already fixed in the develop branch that I had you install that showed the succesful output above. pip install mhkit will work again once we do the full release in the next ~2 weeks.

I do not use (or recommend) Spyder and therefore cannot tell you exactly how to get MHKiT into your Spyder IDE. If you want to continue using Spyder I would recommend looking for instructions on how to install from git in Spyder and use the develop branch of MHKiT.

I would recommend doing python development in VS Code. Within the terminal of VS Code you could install the develop brnach exactly as I had you do it before.

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2048322765, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGMEZABFEHLERGL34ALY4WJWDAVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGMZDENZWGU . You are receiving this because you were mentioned.Message ID: @.***>

ssolson commented 2 months ago

@nikg321 thanks for bringing this to our attention and I apologize for the inconvenience.

We are working to get the new release out as soon as possible.

ssolson commented 2 months ago

307 will fix this issue once merged and a new release is tagged.

nikg321 commented 2 months ago

Ok, thanks for the update.

Στις Τετ 24 Απρ 2024, 10:01 μ.μ. ο χρήστης ssolson @.***> έγραψε:

307 https://github.com/MHKiT-Software/MHKiT-Python/pull/307 will fix

this issue once merged and a new release is tagged.

— Reply to this email directly, view it on GitHub https://github.com/MHKiT-Software/MHKiT-Python/issues/303#issuecomment-2075636685, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARLKZGJRKLELUH37FJYSWATY676QVAVCNFSM6AAAAABF6HZJCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGYZTMNRYGU . You are receiving this because you were mentioned.Message ID: @.***>

ssolson commented 1 month ago

@nikg321 MHKiT v0.8.0 was released last week and you should be able to install via pip again.

Thank you for your interest in MHKiT and let us know if there are any more issues.