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

Sample not working #1

Open
emeria-zz opened this issue Jul 24, 2019 · 6 comments
Open

Sample not working #1

emeria-zz opened this issue Jul 24, 2019 · 6 comments

Comments

@emeria-zz
Copy link

emeria-zz commented Jul 24, 2019

I was looking to import this library into Spark (Azure Databricks), but got the error:

ImportError: cannot import name 'CCDA'

Is this repo currently working properly?

I should add that I got the build from PyPI

@NoahAsaria
Copy link

I am having the same issue. Even after using pip install pyCCDA

@fabripautasso
Copy link

Facing the same issue too

@smgpulse007
Copy link

Any update on this, folks?

@MaxCaudle
Copy link

It looks like this package is currently broken on Pypi. I don't see a version in this repo, but the current pypi version is 0.0.1.
I can make a clone of this repo and make a new pypi project if that would work?
https://pypi.org/project/pyCCDA/

@MaxCaudle
Copy link

MaxCaudle commented Oct 11, 2021

oh, the issue here is that the __init__.py files are missing underscores and the setup.py is not auto-finding packages correctly. I cannot make an mr, but fixed and built it locally. Here's the .tar.gz version of the package that looks to be working.
pyCCDA-0.0.1.tar.gz

@praveenshivaprasad13
Copy link

@MaxCaudle the issue still persists with your version of the package. I am nots sure what i am doing incorrectly. I stll get the error to import CCDA. Can you please help

Traceback (most recent call last):
File "/Users/praveenshivaprasad/Downloads/pyCCDA-0.0.1 2/pyCCDA/main.py", line 3, in
from pyCCDA import CCDA
ImportError: cannot import name 'CCDA' from 'pyCCDA' (unknown location)

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

6 participants