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

data from list sequence error #2

Open
gatshu opened this issue Jun 2, 2019 · 2 comments
Open

data from list sequence error #2

gatshu opened this issue Jun 2, 2019 · 2 comments

Comments

@gatshu
Copy link

gatshu commented Jun 2, 2019

when provide data from list sequence it gives error :

with open(filename, 'w', encoding='latin-1') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/cspade-90432e483f8647d39e749da67ff2aac0.txt'

any suggestion ?

@piyushrj
Copy link

piyushrj commented Sep 3, 2019

It's probably because you're using this package in Windows.
To debug, navigate to the location where the package is installed and change
filename = '/tmp/cspade-{}.txt'.format(hex)
to
filename = r'C:/Temp/cspade-{}.txt'.format(hex)

@gnanimail
Copy link

pycspade.cspade.c_runspade ERROR

RuntimeError: Caught 'class std::length_error' exception: vector too long
Can any one help on the above

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

3 participants