Skip to content
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

Open
joesoap99 opened this issue Sep 26, 2016 · 4 comments
Open

Installation Issue README.md #8

joesoap99 opened this issue Sep 26, 2016 · 4 comments

Comments

@joesoap99
Copy link

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'
"

@kernc
Copy link
Contributor

kernc commented Nov 7, 2016

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.

@packet-rat
Copy link

packet-rat commented Nov 8, 2016

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?

@jamartinh
Copy link
Owner

Hello, could someone test if now it works ?

@joesoap99
Copy link
Author

I have succesfully installed the widget on Orange 3.3.6 and Python 3.5
I have not had time to actually try out the new widget as yet.
When I clicked the PySpark script widget there was an error - see attached.

spark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants