Skip to content

Conversation

Pahandrovich
Copy link
Contributor

Description

Daal4py from pip, without conda environment can't search onedal dll libraries. This changes needed to fix this problem.

@Pahandrovich Pahandrovich self-assigned this Feb 1, 2021
@Pahandrovich Pahandrovich requested a review from PetrovKP February 1, 2021 12:01
@Pahandrovich Pahandrovich force-pushed the dev/pyakovle-fix-path-win branch from eb8c51e to 392dfd3 Compare February 3, 2021 09:29
@Pahandrovich Pahandrovich changed the title fix pip problem for Windows Modify building daal4py for wheel packages Feb 3, 2021
@Pahandrovich Pahandrovich force-pushed the dev/pyakovle-fix-path-win branch from 69f74eb to 9daf339 Compare February 4, 2021 12:49
clang-format==9.0.0
Cython==0.29.21
Jinja2==2.11.3
numpy>=1.18
Copy link
Contributor

Choose a reason for hiding this comment

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

Downgrade?

requirements.txt Outdated
@@ -0,0 +1,3 @@
dpcpp_cpp_rt==2021.1
daal==2021.1
numpy==1.20
Copy link
Contributor

Choose a reason for hiding this comment

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

Users can use numpy less:

Suggested change
numpy==1.20
numpy>=1.15

setup.py Outdated
author="Intel",
version=d4p_version,
url='https://github.com/IntelPython/daal4py',
author_email="onedal.maintainers@intel.com",
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to align with current attributes

setup_requires = []
with open('requirements-dev.txt') as f:
setup_requires.extend(f.read().splitlines())

# daal setup
setup(name="daal4py",
Copy link
Contributor

Choose a reason for hiding this comment

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

I would like see a result to tets.pypi

@Pahandrovich Pahandrovich force-pushed the dev/pyakovle-fix-path-win branch 2 times, most recently from bc03dd1 to 50cf5ea Compare February 11, 2021 21:41
@Pahandrovich Pahandrovich force-pushed the dev/pyakovle-fix-path-win branch from a1524d6 to e239720 Compare February 16, 2021 12:19
@Pahandrovich Pahandrovich merged commit cfa32b6 into uxlfoundation:master Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants