Skip to content

Conversation

fangchenli
Copy link
Member

@fangchenli fangchenli commented Oct 15, 2020

@fangchenli fangchenli added Build Library building on various platforms Python 3.9 labels Oct 15, 2020
Copy link

@AdiHamdani AdiHamdani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

@fangchenli
Copy link
Member Author

Many thanks for considering my request. But I'm really new with programming and cmd. How can I apply this code when I pip install in cmd?

"wheel",
"Cython>=0.29.21,<3",  # Note: sync with setup.py
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
"numpy; python_version>='3.9'",

]

[tool.black]
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
exclude = '''
(

I'll reply in the issue.

@jreback jreback added this to the 1.1.4 milestone Oct 16, 2020
Co-authored-by: Tom Augspurger <[email protected]>
@jreback jreback merged commit 58dcafa into pandas-dev:master Oct 16, 2020
@jreback
Copy link
Contributor

jreback commented Oct 16, 2020

thanks @fangchenli

@lumberbot-app

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build Library building on various platforms

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG:Installation problem in python 3.9

5 participants