Python Forum
Anaconda - Using 32Bit library on 64Bit Windows - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Anaconda - Using 32Bit library on 64Bit Windows (/thread-2909.html)



Anaconda - Using 32Bit library on 64Bit Windows - Bass - Apr-18-2017

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



RE: Anaconda - Using 32Bit library on 64Bit Windows - metulburr - Apr-18-2017

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