GitHub-HongweiZhang / prediction-flow

Deep-Learning based CTR models implemented by PyTorch
MIT License
250 stars 52 forks source link

pip install failed due to pandas issue #31

Closed mkuymkuy closed 3 years ago

mkuymkuy commented 3 years ago

When I install with pip. An error occurred saying pandas built failed.... But my pandas is updated. Is there a way to use the package with "git clone"?

GitHub-HongweiZhang commented 3 years ago

When I install with pip. An error occurred saying pandas built failed....

What is the error message?

But my pandas is updated. Is there a way to use the package with "git clone"?

Yes, you can just git clone the code, and import it.

mkuymkuy commented 3 years ago

When I install with pip. An error occurred saying pandas built failed....

What is the error message? I cannot 100% remember the error message. But it ignored my pandas version with 1.6 and tried to install a version of 0.24. I guess it might be related to the pip install rules of the package.

But my pandas is updated. Is there a way to use the package with "git clone"?

Yes, you can just git clone the code, and import it. Thanks. Will take a try.

mkuymkuy commented 3 years ago

When I install with pip. An error occurred saying pandas built failed....

What is the error message?

But my pandas is updated. Is there a way to use the package with "git clone"?

Yes, you can just git clone the code, and import it.

Can you update the requirements.txt pandas ==0.24.2 to pandas >=0.24.2. It took me ages to build wheels for pandas 0.24.2 and failed miserably :(

GitHub-HongweiZhang commented 3 years ago

@mkuymkuy

Sorry to be late. You can install 0.1.5 now. https://github.com/GitHub-HongweiZhang/prediction-flow/pull/32