Is Canopy compatible with OS X Yosemite? - enthought

Is Canopy (version 1.4.1 seems to be current) compatible with Mac OS X 10.10 (Yosemite)?

We have not seen any problems such as plagued the transition to Mavericks, but statistics will tell for sure.

Related

Checking version of cv2 in python 3.7

I have recently just installed cv2 for python 3.7 on a Mac os (Mojave). I have no problems importing it, but when I try to check the version with
cv2._version_
but I get
AttributeError: module 'cv2' has no attribute '_version'
can anyone help? thanks!
version needs to have double underscores (_)
To check version via python (installed through pip)
import cv2
print(cv2.__version__)
To check version for homebrew installs:
brew info opencv
or
brew info opencv3
(depending on how you installed it)

Does Solaris 8 Support Connect:Direct Version 3.3.03

A Solaris 5.6 System is being upgraded to Solaris 8. We have Connect:Direct Version 3.3.03 installed. In the link What versions of Connect:Direct are supported on Solaris 9 we found that "Connect:Direct UNIX, Release 3.6.00 is supported on Solaris 8 or 9." Does this mean Versions below 3.6.00 is not supported or Versions below 3.6.00 are supported but not versions above 3.6.00.

w3af_gui execution: gtk package requirements

I want to start ./w3af_gui, but when I execute the command, I receive this error from the terminal:
The GTK package requirements are not met, please make sure your system meets these requirements:
- PyGTK >= 2.12
- GTK >= 2.12
How can I resolve this problem? My os is Ubuntu 14.04.
Ubuntu 14.04 only ships with GTK+ 3.10. You'll either need to a) find a PPA that provides GTK+ 3.12, b) upgrade to Ubuntu 14.10, which provides GTK+ 3.12, or c) downgrade w3af isn't that provided by the system already?).

Unable to determine OS

When I go on terminal (i installed smlnj) and i type sml it gives me the error sml: unable to determine architecture/operating system. What does this mean???
I installed sml like this at this website, but I'm not sure -- are the instructions wrong?
The problem with recent OS X binary installers still persist just the focus moved to 10.9 Mavericks and 10.10 Yosemite versions of OS X. Although the root cause is solved in the recent source code version.
That is why from some time now solving this issue is just about having a freshly compiled binary package. And for that you might be better of installing smlnj through homebrew. You can do it with these commands:
brew update
brew cask install smlnj
As of 2021, the command to install with cask is
brew install --cask smlnj
This will compile the package for you so you can spare the trouble of checking out the source code and doing the compilation yourself.
Just to clean up your system and avoid duplication you can remove the previous installation simply by doing the following:
sudo rm -rf /usr/local/smlnj*
For the asterisk: I had one bare smlnj folder with the 110.76 inside it and one smlnj-110.75 folder I guess I had tried to install two different versions earlier...
You might need to remove any softlinks that you created yourself that point to the older smlnj folder directly under /usr/local/ removed in the previous step.
If you're using OSX 10.8 or later (uname -r gives you something starting with 12 or higher), SML/NJ pre 110.75 doesn't work too well without some extra tweaking. It's a known issue that can be fixed by adding the 10.8 choice (see the 12 line below) to the OS detection code in .arch-n-opsys:
:
10*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.6
11*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.7
12*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.8
13*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.9 Mavericks
14*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.10 Yosemite
15*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.11 El Capitan
16*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.12 Sierra
17*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.13 High Sierra
*) exit 1;;
esac;;
As an update to paxdiablo's answer, if you're running macOS Sierra (version 10.12) you need to input the following line to get sml running:
16*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # macOS 10.12 Sierra
So with more context it will look like this:
11*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.7 Lion
12*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.8 Mountain Lion
13*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.9 Mavericks
14*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.10 Yosemite
15*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # MacOS X 10.11 El Capitan
16*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # macOS 10.12 Sierra
17*) OPSYS=darwin; HEAP_OPSYS=darwin ;; # macOS 10.13 High Sierra
*) exit 1;;
esac;;
SML/NJ version 110.79 had the OS X up to El Capitan configured, but Sierra was still missing.
Sierra 10.12.6
Install SML through Homebrew brew install smlnj
Edit your .bash_profile and add export PATH=/usr/local/Cellar/smlnj/110.81/bin:$PATH to the end of the file.
After that source ~/.bash_profile to apply the new path so your system adds the new locations and then knows where to find the file it needs when you type sml
I was struggling with this for hours after upgrading my Macbook. Previously I was on OSX 10.8 Maverick on Macbook Air for which the distribution https://www.smlnj.org/dist/working/current/index.html#macos-installer actually worked fine.
After upgrading to a Macbook Pro running OSX 10.14 Mojave, running sml after installing and adding to PATH would give me OP's error message.
After struggling to find some solution including the one marked as accepted here, what ended up working was brew cask install smlnj.
I ran into this issue after I accidentally installed an older version of SML/NJ. I removed my previous install by trashing /usr/local/smlnj and reinstalled using the pre-built system of OS X for SML/NJ 110.78. The most recent download is available under Downloads here, which is what future seekers should consult, as the particulars of my solution will likely be out of date by the time they come around.

How do I install the correct version of windbg?

I have intel 2500k processor yet winsdk installed amd64 version for me. I can't seem to find a way to download intel64 version anywhere nor change the installation option. What should I do?
amd64 is the 64bit version of x86. IA64 is the Itanium version. You want the amd64 version for a 2500K.
Read this to learn why AMD64, Intel64, x64 are compatible terms.
http://en.wikipedia.org/wiki/X86-64