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

PyPI package #2

Closed
DavidLP opened this issue Jun 13, 2016 · 3 comments
Closed

PyPI package #2

DavidLP opened this issue Jun 13, 2016 · 3 comments
Labels

Comments

@DavidLP
Copy link
Collaborator

DavidLP commented Jun 13, 2016

It was reported that the pyLandau package hosted on PyPI does not work with python 3.5 under Ubuntu 12. The fit example fails with the following error:

Traceback (most recent call last):
  File "fit.py", line 4, in <module>
    from pyLandau import landau
ImportError: dynamic module does not define module export function (PyInit_landau)

Packaging errors like this are not easy to spot, since there is to my knowledge no easy way to check this with Travis CI. Most likely this issue is a fix. I will try it in the next release.

@DavidLP DavidLP added the bug label Jun 13, 2016
@DavidLP
Copy link
Collaborator Author

DavidLP commented Jun 23, 2016

So far you can always install pyLandau with

pip install https://github.com/SiLab-Bonn/pyLandau/archive/master.zip

@DavidLP
Copy link
Collaborator Author

DavidLP commented Jun 28, 2016

I just installed the package under Xubunutu 14.04 LTS and Miniconda2 Python with

pip install pylandau

No error occurred.

DavidLP added a commit that referenced this issue Jun 30, 2016
DavidLP added a commit that referenced this issue Jun 30, 2016
ENH: renaming python package name adressing #4
@DavidLP
Copy link
Collaborator Author

DavidLP commented Jun 30, 2016

Fixed in 2.0.0

@DavidLP DavidLP closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant