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

pip install fails #3

Open
Krastanov opened this issue Aug 6, 2015 · 9 comments · May be fixed by #4
Open

pip install fails #3

Krastanov opened this issue Aug 6, 2015 · 9 comments · May be fixed by #4

Comments

@Krastanov
Copy link

  % pip install Ceygen                                                  
Downloading/unpacking Ceygen
  Downloading Ceygen-0.3.tar.gz
  Running setup.py (path:/tmp/pip-build-1uva238w/Ceygen/setup.py) egg_info for package Ceygen
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-1uva238w/Ceygen/setup.py", line 18, in <module>
        module.language = "c++"
    AttributeError: 'list' object has no attribute 'language'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip-build-1uva238w/Ceygen/setup.py", line 18, in <module>

    module.language = "c++"

AttributeError: 'list' object has no attribute 'language'
@Krastanov
Copy link
Author

on python3.4 in virtualenv

@Dapid
Copy link
Contributor

Dapid commented Aug 28, 2015

I get the same on Python 2.7, virtualenv too.

@chrisidefix
Copy link

Anyone found a solution? I am getting the same error.

@strohel
Copy link
Owner

strohel commented Sep 17, 2015

Hi all, sorry for replying so late - too little time lately, but I've been keeping an eye on this.

Has anyone tried with the current git version? It has seen quite some changes since 0.3 including builsystem changes. I may also do 0.4. -> some testing of current git would therefore greatly help.

@Dapid
Copy link
Contributor

Dapid commented Sep 17, 2015

Just tested, still failing. I can try to upgrade it to setuptools and clean it up.

@chrisidefix
Copy link

The issue is related to this line: https://github.com/strohel/Ceygen/blob/master/setup.py#L18
Which hasn't changed since the 0.3 release from what I can see.

@Dapid Dapid linked a pull request Sep 17, 2015 that will close this issue
@strohel
Copy link
Owner

strohel commented Nov 18, 2015

Just to share info: this should be solved once @Dapid's pull request is merged.

@kphretiq
Copy link

I just forked @Dapid's branch, merged and installed the fork via pip under python3 on ubuntu 16.04. All appears to be well. I'd rather not be using my silly fork. Is there a chance the pull request can be merged? Thanks!

@MFernandezCarmona
Copy link

Hi,
I don't know if it's related, but I get the following error:
manolofc@achilles:~$ pip install ceygen
Collecting ceygen
Downloading Ceygen-0.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-gOjx4N/ceygen/setup.py", line 16, in
modules = create_extension_list(['ceygen/.pyx', 'ceygen/tests/.pyx'])
File "/tmp/exp/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py", line 767, in create_extension_list
create_extension = ctx.options.create_extension or default_create_extension
AttributeError: 'NoneType' object has no attribute 'options'

I'm using Ubuntu 16.04.
Thanks

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

Successfully merging a pull request may close this issue.

6 participants