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

Packaging needs improvements #94

Open
dmitry-saritasa opened this issue Jul 29, 2017 · 4 comments
Open

Packaging needs improvements #94

dmitry-saritasa opened this issue Jul 29, 2017 · 4 comments

Comments

@dmitry-saritasa
Copy link

vi petrel265_virtualenv.log

Successfully built PyYAML
Installing collected packages: PyYAML
Successfully installed PyYAML-3.10
Installing petrel==1.0.3.0.3
Searching for petrel==1.0.3.0.3
Reading https://pypi.python.org/simple/petrel/
No local packages or working download links found for petrel==1.0.3.0.3
error: Could not find suitable distribution for Requirement.parse('petrel==1.0.3.0.3')

bash-4.3# python3 --version
Python 3.5.2

https://pypi.python.org/simple/petrel/
doesn't have 1.0.3.0.3 installable through egg (easy_install) for python 3.5

@dmitry-saritasa
Copy link
Author

Also would be nice to support 3.6, I think there are no ground changes that will break Petrel

@dmitry-saritasa
Copy link
Author

I'm trying to deploy into alpine:3.5

@barrywhart
Copy link
Contributor

Newer versions of Petrel including 1.0.3.0.3 are only available as .whl, not .egg. I think it will be necessary to install the Python wheel package and a newer version of setuptools in order for pip install petrel to work. Do you think you could create a PR to fix this? It should not be difficult.

Regarding Python 3.6:

  • Have you tried it? Maybe it already works.
  • This should be a separate issue.

@dmitry-saritasa
Copy link
Author

@barrywhart okay I'll work on it.

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