[miso-users] RE : Installing miso

Yarden Katz yarden at MIT.EDU
Tue Jul 30 14:50:11 EDT 2013


Hi,

That file is absolutely not part of MISO or required by it -- I've never heard of it, and certainly no part of visual studio is related to the software.  It sounds like some problem with the Windows installation procedure.

Did you try running:

$ easy_install --user -U .

inside the MISO package directory?  If that does not work, I'd try to ask on the Windows-related mailing list of Python development tools.  I'm not familiar with the way packaging works on Windows and I have no access to Windows machines where this can be tested.

  --Yarden


On Jul 30, 2013, at 9:36 AM, Delong, Zhou wrote:

> Hi,
> Thank you for your reply.
> I downloaded the package and ran “python setup.py” and I got another error:
> 
> Unable to find vcvarsall.bat
> 
> It seems that the file is related to some software called visual studio, but I don't think I have it on my PC and cannot understand why miso will need that to install..
> 
> Best,
> Delong
> 
> 
> 
> ________________________________________
> De : Yarden Katz [yardenny at gmail.com] de la part de Yarden Katz [yarden at mit.edu]
> Envoyé : 29 juillet 2013 21:02
> À : Delong, Zhou
> Cc : miso-users at mit.edu
> Objet : Re: [miso-users] Installing miso
> 
> Hi,
> 
> I've never used Windows for development (or at all, really) but it looks like "easy_install" is choking on one of the files that comes with MISO, because it has colons/at signs in its name.  If the filename were quoted in the easy_install process this would be avoided but there's no way for you to fix that as a user of easy_install, as far as I know.  I would download the MISO package manually from pypi instead:
> 
> https://pypi.python.org/packages/source/m/misopy/misopy-0.4.9.tar.gz
> 
> Though there's still a chance that this filenames might cause problems on Windows.  Theoretically, they shouldn't because the paths are always quoted.
> 
>  --Yarden
> 
> 
> 
> On Jul 29, 2013, at 3:43 PM, Delong, Zhou wrote:
> 
>> Hi,
>> I'm tring to install miso on windows and here are two errors that I got by using easy_install under cmd (cf attached pics)
>> One is for python2.7 and the other for python3.3 .
>> Can someone explain to me what is going wrong please?
>> Thanks
>> Delong ZHOU
>> 
>> 
>> <python2.7 miso.jpg><python3.3 miso.jpg>_______________________________________________
>> miso-users mailing list
>> miso-users at mit.edu
>> http://mailman.mit.edu/mailman/listinfo/miso-users
> 




More information about the miso-users mailing list