Python Forum

Full Version: Anaconda - Using 32Bit library on 64Bit Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am coming up against a problem when trying to install libraries on Conda running on 64 Bit Windows 10.

PackageNotFoundError: Package missing in current win-64 channels:
- scene-drawing
- opencv
- graphics          and others...

I seem to be finding this quite frequently and assume that it is because the library does not exist under 64Bit.

Is there a way that I can "force" conda to install the 32Bit version and if so what is the consequence. At the risk of sounding ignorant, the libararies are fairly straight forward and I am not overly concerned if the only impact is RAM.
I appreciate that some complex libraries may not function, but I am not attempting rocket science yet.

(Kindly let me know if this is the wrong forum for this question and I will rectify)

Thank you.

Bass
 

my code here
Quote:Is there a way that I can "force" conda to install the 32Bit version
You would just install the 32 bit one instead