This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author AxelArnoldBangert
Recipients AxelArnoldBangert, vstinner, xtreak
Date 2019-02-01.14:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549029772.09.0.141407222918.issue35875@roundup.psfhosted.org>
In-reply-to
Content
1. This behaviour has no effect to/on my project. All works fine.
2. I removed only
#algos.cp36-win_amd64.pyd C:\Users\SabrinaBangert\AppData\Local\conda\conda\envs\conda\Lib\site-packages\pandas\_libs
#algos.cp36-win_amd64.pyd C:\Users\SabrinaBangert\AppData\Local\conda\conda\pkgs\pandas-0.24.0-py36ha925a31_0\Lib\site-packages\pandas\_libs
3. After that the error is gone though joint is still loading
#join.cp36-win_amd64.pyd  C:\Users\SabrinaBangert\AppData\Local\conda\conda\envs\conda\Lib\site-packages\pandas\_libs
#join.cp36-win_amd64.pyd  C:\Users\SabrinaBangert\AppData\Local\conda\conda\pkgs\pandas-0.24.0-py36ha925a31_0\Lib\site-packages\pandas\_libs
4. I restored algos again
5. I made an empty project using conda 3.6 environment with only one directive import pandas as pd
6. the two crashes algos and joint are reproduced
7. so it depends on pandas in conjucttion with my conda 3.6 environment which is very large
8. post the packages in the next comment
History
Date User Action Args
2019-02-01 14:02:53AxelArnoldBangertsetrecipients: + AxelArnoldBangert, vstinner, xtreak
2019-02-01 14:02:52AxelArnoldBangertsetmessageid: <1549029772.09.0.141407222918.issue35875@roundup.psfhosted.org>
2019-02-01 14:02:52AxelArnoldBangertlinkissue35875 messages
2019-02-01 14:02:51AxelArnoldBangertcreate