Python-Fuzzylogic / fuzzylogic

Fuzzy Logic and Fuzzy Inference for Python 3
MIT License
124 stars 26 forks source link

module stay required, but not installed during installation #2

Closed m-dz closed 3 years ago

m-dz commented 4 years ago

Hi, I've just tried installing your module on Windows 10 with python 3 and unfortunately encountered error mentioned in #1 , might be worth adding stay to the setup.py.

Error code below:

$ pip install fuzzylogic
Collecting fuzzylogic
  Downloading https://files.pythonhosted.org/packages/d4/e7/cba3173e3672a9686a68f52314f8595209cc22d1bc6e963a21cdc560a23e/fuzzylogic-0.1.2.post2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\md\AppData\Local\Temp\pip-build-rd5iob3u\fuzzylogic\setup.py", line 7, in <module>
        from stay import load
    ModuleNotFoundError: No module named 'stay'
m-dz commented 4 years ago

Update: it finally worked, but some clean-up might still be needed: