cesanta / homebrew-mos

6 stars 3 forks source link

Cannot install on Mojave #3

Closed AndreaBeggiato closed 5 years ago

AndreaBeggiato commented 5 years ago

Hi!

When I try to install mos with brew on my MacOS Mojave I get this error:

/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
  warnings.warn(msg)
error in virtualenv setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.

I had python (3) installed with brew, why the formula use the system python?

chphoom commented 5 years ago
screen shot 2018-11-29 at 7 38 44 pm

same issue, although I'm not on Mojave I've yet to find the solution.

rojer commented 5 years ago

finally got around to it. looks like some obscure problem related to virtualenv. luckily, we don't need that anymore. fix incoming.