Skip to content

Error when installing with pip (Python 3.9) #7

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

Open
blwh opened this issue May 11, 2021 · 0 comments
Open

Error when installing with pip (Python 3.9) #7

blwh opened this issue May 11, 2021 · 0 comments

Comments

@blwh
Copy link
Contributor

blwh commented May 11, 2021

Pip throws errors when trying to install gcMapExplorer on Python 3.9. The main error is

  gcMapExplorer/lib/ccmapHelpers.c: In function ‘__Pyx_modinit_type_init_code’:
  gcMapExplorer/lib/ccmapHelpers.c:6752:85: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
   6752 |   __pyx_type_13gcMapExplorer_3lib_12ccmapHelpers___pyx_scope_struct__make_smooth_map.tp_print = 0;
        |                                                                                     ^

The program builds and installs fine locally. I am guessing there is some cached pre-compiled version that is being used, but --no-cache-dir does not work.

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

1 participant