OPM / opm-common

Common components for OPM, in particular build system (cmake).
http://www.opm-project.org
GNU General Public License v3.0
31 stars 112 forks source link

Python opm package should expose __version__ #1881

Open berland opened 4 years ago

berland commented 4 years ago

According to PEP396, the opm package on pypi should expose the __version__ attribute.

nomadcoder0101 commented 3 years ago

@berland Hi Havard, on trying to pip install opm library it results into an error as "Could not find the version that satisfies the requirement." I get the same error on mentioning the version number in command (pip install opm==2014). Since I am new to this, can you please let me know steps for installing OPM library.

berland commented 3 years ago

Hi. The mailing list should be used for support questions, https://opm-project.org/?page_id=358.

On my Linux machine, pip install opm works perfectly.

alfbr commented 3 years ago

Indeed, the mailinglist is well suited. Please remember to subscribe to the list before posting. Otherwise your message will not go through.

nomadcoder0101 commented 3 years ago

@berland Hi Havard, thank you for the reply. I have subscribed to the mailing list. I was trying it on windows machine. Is it like the library is not yet supported on windows?

alfbr commented 3 years ago

@berland Hi Havard, thank you for the reply. I have subscribed to the mailing list. I was trying it on windows machine. Is it like the library is not yet supported on windows?

You should use WSL to run it on Windows, see: https://docs.microsoft.com/en-us/windows/wsl/install-win10