-
Notifications
You must be signed in to change notification settings - Fork 9
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
AttributeError: type object 'DataFrame' has no attribute 'from_csv' #50
Comments
Dear @lijing28101 , it appears you are using an older version of Portcullis - we solved this bug about half a year ago. How did you install the program? In case you are using BioConda to install it, we did update Portcullis there. A Kind regards Luca Venturini |
Hi @lucventurini , I cannot install version 1.2.2. through conda. It shows package conflict. But my environment just install mikado. I think their dependency should be consistent.
Best, |
Dear @lijing28101,
I hope this helps in solving the installation problem on your end. Kind regards Luca Venturini |
Hi @lucventurini , this method install the version 1.1.2, not 1.2.2. And this version has the DataFrame error. I've tried install 1.2.2 from source code, but it also failed when I run |
@lucventurini I deleted my previous comment as @lijing28101 already pointed out that |
Dear @lijing28101 , @urmi-21 , thank you for your feedback. I am currently revising the Mikado environment definition file to allow installation of both programs in the same conda environment. Please bear with me while I correct it. Kind regards Luca Venturini |
Dear @lijing28101 , @urmi-21 , the following workaround functions for now: add
on the dependency list of the I think that the problem is the fact the portcullis package was created six months ago and therefore its package versions were frozen to earlier versions of Thank you again for reporting the problem. |
Update: the problem stems from both |
Hi, I'm having the same issue. Did you menage to fix it? Cheers |
Hi, my code is
When I run to the filter step, it shows the error
I found that DataFrame doesn't have from_csv any more, it should be pd.read_csv.
I manually revised the code in rule_filter.py. However, it gave me a new error
I use pyhton 3.6
Please help me to solve the problem.
Thanks!
The text was updated successfully, but these errors were encountered: