-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Issue README.md #8
Comments
Right, Python doesn't include README.md in the source distribution archive by default, hence it is not available at install time. The project is missing a MANIFEST.in file. Until this is fixed, it might be possible to install the add-on by cloning the repository and running pip install from within the checkout. |
I tried cloning the repo and installing with PIP within the checkout. Although I have successfully installed the library, Orange3 is not seeing/recognizing the add-on. Note that although I've used virtualenv, Canvas, and pyCharm for many years, I'm a complete NEWB with Anaconda. I've tried conda-install but the outcome is still the same, Orange3 does not recognize the add-on. Seems like the real fix is simply to add the MANIFEST.in file to this repo. What's the quickest way to get this done? |
Hello, could someone test if now it works ? |
Python 3.5 Anaconda 4,1,1 64 bit Windows 8,1, Orange 3.3
Was trying to install add-on and got following error message concerning opus FC.
Do I need to install an additional module? :
"Collecting Orange3-spark
Using cached Orange3-spark-0.2.6.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ROBERT~1\AppData\Local\Temp\pip-build-00_yromb\Orange3-spark\setup.py", line 41, in
LONG_DESCRIPTION = open('README.md').read()
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
"
The text was updated successfully, but these errors were encountered: