Well, that’s certainly strange. The `jellyfish` package should fall back to pure Python when you don’t have a compiler, and it does on my system (I tested by temporarily disabling my compiler).
Can you please report this problem to that project’s issue tracker? https://github.com/jamesturk/jellyfish It might be helpful to include the observation that the Python fallback isn’t working because some exception apparently isn’t caught by this list: https://github.com/jamesturk/jellyfish/blob/master/setup.py#L13-L14 I can’t see from this output what exception that might be. > On Jul 25, 2016, at 12:41 PM, Kağan Yayla <[email protected]> wrote: > > > > On Monday, July 25, 2016 at 6:51:33 PM UTC+3, Kağan Yayla wrote: > I am trying to install beets on Windows 10 64-bit.And I get this error when I > try to install it.My CPU is Intel Core i5 4670K @ 3.40GHz and my motherboard > is GIGABYTE Z87-HD3. > > > Microsoft Windows [Version 10.0.10586] > (c) 2015 Microsoft Corporation. Tüm hakları saklıdır. > > C:\Users\Kağan>pip install beets > Collecting beets > Requirement already satisfied (use --upgrade to upgrade): mutagen>=1.27 in > c:\python27\lib\site-packages (from beets) > Requirement already satisfied (use --upgrade to upgrade): pyyaml in > c:\python27\lib\site-packages (from beets) > Collecting jellyfish (from beets) > Using cached jellyfish-0.5.6.tar.gz > Requirement already satisfied (use --upgrade to upgrade): enum34>=1.0.4 in > c:\python27\lib\site-packages (from beets) > Requirement already satisfied (use --upgrade to upgrade): munkres in > c:\python27\lib\site-packages (from beets) > Collecting colorama (from beets) > Using cached colorama-0.3.7-py2.py3-none-any.whl > Requirement already satisfied (use --upgrade to upgrade): musicbrainzngs>=0.4 > in c:\python27\lib\site-packages (from beets) > Requirement already satisfied (use --upgrade to upgrade): unidecode in > c:\python27\lib\site-packages (from beets) > Building wheels for collected packages: jellyfish > Running setup.py bdist_wheel for jellyfish ... error > Complete output from command c:\python27\python.exe -u -c "import > setuptools, > tokenize;__file__='c:\\users\\kaan~1\\appdata\\local\\temp\\pip-build-6x1phh\\jellyfish\\setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > bdist_wheel -d c:\users\kaan~1\appdata\local\temp\tmpaqyudmpip-wheel- > --python-tag cp27: > running bdist_wheel > running build > running build_py > creating build > creating build\lib.win32-2.7 > creating build\lib.win32-2.7\jellyfish > copying jellyfish\compat.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\porter.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\test.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\_jellyfish.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\__init__.py -> build\lib.win32-2.7\jellyfish > running build_ext > building 'jellyfish.cjellyfish' extension > error: [Error 2] Sistem belirtilen dosyayı bulamıyor > > ---------------------------------------- > Failed building wheel for jellyfish > Running setup.py clean for jellyfish > Failed to build jellyfish > Installing collected packages: jellyfish, colorama, beets > Running setup.py install for jellyfish ... error > Complete output from command c:\python27\python.exe -u -c "import > setuptools, > tokenize;__file__='c:\\users\\kaan~1\\appdata\\local\\temp\\pip-build-6x1phh\\jellyfish\\setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > install --record > c:\users\kaan~1\appdata\local\temp\pip-s3cysd-record\install-record.txt > --single-version-externally-managed --compile: > running install > running build > running build_py > creating build > creating build\lib.win32-2.7 > creating build\lib.win32-2.7\jellyfish > copying jellyfish\compat.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\porter.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\test.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\_jellyfish.py -> build\lib.win32-2.7\jellyfish > copying jellyfish\__init__.py -> build\lib.win32-2.7\jellyfish > running build_ext > building 'jellyfish.cjellyfish' extension > error: [Error 2] Sistem belirtilen dosyayı bulamıyor > > ---------------------------------------- > Command "c:\python27\python.exe -u -c "import setuptools, > tokenize;__file__='c:\\users\\kaan~1\\appdata\\local\\temp\\pip-build-6x1phh\\jellyfish\\setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > install --record > c:\users\kaan~1\appdata\local\temp\pip-s3cysd-record\install-record.txt > --single-version-externally-managed --compile" failed with error code 1 in > c:\users\kaan~1\appdata\local\temp\pip-build-6x1phh\jellyfish\ > > C:\Users\Kağan> > > > -- > You received this message because you are subscribed to the Google Groups > "beets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "beets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
