-
Notifications
You must be signed in to change notification settings - Fork 15
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
TypeError: object.__new__(BlockManager) is not safe, use BlockManager.__new__() #33
Comments
I am so sorry, I've lost your message before, and bumped into it just now. If you are still interested, please, send me the files assembly.fasta and /tmp/tmpwbar6v85 to my email [email protected] and I'll figure out the problem. |
No worries! Let me see if I can reproduce a minimal example and send you more details early next week. |
Thank you! will waait |
When I execute the following command: I encountered a mistake: How can I solve this problem? |
Hello, |
Hello,
Do you have a suggestion to help me solve this problem? |
Hello, |
Thanks for your help. |
The conda distribution also works for me. |
I have the same issue when installing with If I'm correct,
I think that using |
Hi!, in my case still getting the same error.
I tried pip and repo installation but still getting the same error about BlockManager, what can I do? |
Hi @Sanrrone, would you please try and create a new fresh environment with python 3.7 and try install phigaro to this environment? |
Hi!, a new conda enviroment using python3.7 as you suggest worked at the end. Is a longer workaround for my scripts since my other software uses newer python versions but, finally I can continue! |
Hi @PollyTikhonova , unfortunately, i do get the same error message. Phigaro doesn't even start after a fresh install to show help.
The same error message keeps popping up even if I setup a fresh Do you have any idea what i could be doing wrong? thanks a lot |
Thanks everyone for contributing to this topic! |
Hi, I am a non very coding experienced student trying to open some environmental sciences pickle file. Using the same code from the article I took the data from, I get the error : File ~/opt/anaconda3/lib/python3.11/copyreg.py:49, in _reconstructor(cls, base, state) TypeError: object.new(BlockManager) is not safe, use BlockManager.new() During handling of the above exception, another exception occurred: TypeError Traceback (most recent call last) TypeError: object.new(BlockManager) is not safe, use BlockManager.new() I tried to install and older version of pandas and an older version of python and neither worked. as for the phigaro thing I don't get it. I also tried to correct the anaconda file following the instructions "use BlockManager.new()" but ended up fucking it and had to reinstall the whole thing I specify that I work on a Mac with ARM chip Thanks in advance ! |
Hi @F0zko! Which version of Phigaro you are using? Would it be possible for you to install the latest version phigaro 2.4.0? |
Hi,
I'm suddenly getting a type error when analyzing an assembly:
I'm not sure exactly what stage the program is failing at, but it looks like the HTML output preprocessing stage. I am actually specifying gff and tsv outputs only though using the following command:
If you have any suggestions on a workaround or fix, please let me know. I am running phigaro 2.3.0 in a docker container based upon python 3.7 with all the prereqs installed.
The text was updated successfully, but these errors were encountered: