Alex
Alex

Reputation: 611

Is it possible to use custom build cpython in Anaconda environment?

I build a cpython locally (Windows) with a fix to a problem with multiprocessing that I have, but I also need data science stack of packages like numpy, pandas, scipy, matplotlib, statsmodels and few others. When I try to install them the process appears quite cubersome for many packages and for scipy I wasn't able to resolve it after 3 days of trying.

I was thinking that it would be amazing if I can just replace python in my anaconda env, and use conda to install the packages I need. Is it possible to easily replace python with binaries I have or I need to wait while my fix is released with new Python version?

Upvotes: 1

Views: 427

Answers (1)

Alex
Alex

Reputation: 611

I was able to resolve my issue by replacing only python DLL that I had in, and the conda environment just worked with it

Upvotes: 1

Related Questions