You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The requirements.txt should contain all the requirements needed for SPFlow. After installing all dependencies listed there were still some requirements missing.
What actually happened?
I couldn't run the code due to missing requirements.
Describe your attempts to resolve the issue
The requirements I found missing are:
rpy2
MulticoreTSNE
Adding them to the requirements.txt should do the job. Or is there a specific reason why these aren't included?
Steps to reproduce
pip install -r requirements.txt
System Information
Python version: 3.9
SPFlow version: 0.0.41
Operating system: Darwin MacBook Pro 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64
Installed Python Packages
See requirements.txt
The text was updated successfully, but these errors were encountered:
What did you expect to happen?
The
requirements.txt
should contain all the requirements needed for SPFlow. After installing all dependencies listed there were still some requirements missing.What actually happened?
I couldn't run the code due to missing requirements.
Describe your attempts to resolve the issue
The requirements I found missing are:
rpy2
MulticoreTSNE
Adding them to the
requirements.txt
should do the job. Or is there a specific reason why these aren't included?Steps to reproduce
pip install -r requirements.txt
System Information
Python version: 3.9
SPFlow version: 0.0.41
Operating system: Darwin MacBook Pro 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:45:05 PDT 2022; root:xnu-8020.101.4~15/RELEASE_X86_64 x86_64
Installed Python Packages
See
requirements.txt
The text was updated successfully, but these errors were encountered: