ahrimj21
ahrimj21
I have tried all the solutions you suggested and am still running into issues. I first tried to run the following command line: `conda install crispresso2=2.3.2 ` and this is...
I still seem to be running into issues. This is the error I get (still linked to seaborn): ``` (base) ahrim@Ahrims-MacBook-Pro Ahrim_SummerWork % conda create -n crispresso2_new-2.3.2 -c bioconda -c...
When I try to install seaborn. This is the issue I run into: ``` (base) ahrim@Ahrims-MacBook-Pro Ahrim_SummerWork % conda install -c anaconda seaborn Channels: - anaconda - conda-forge - bioconda...
Just tried it! It seems like it is still giving me the same error.. ``` (base) ahrim@Ahrims-MacBook-Pro Ahrim_SummerWork % CONDA_SUBDIR=osx-64 conda create -n crispresso2_new-2.3.2 -c bioconda -c conda-forge crispresso2=2.3.2 Channels:...
Traceback (most recent call last): File "/opt/anaconda3/envs/crispresso2_env/lib/python3.8/site-packages/CRISPResso2/CRISPRessoCORE.py", line 3210, in main mod_pcts.append(np.concatenate((['Insertions'], np.array(all_insertion_count_vectors[ref_name]).astype(np.float)/tot))) File "/opt/anaconda3/envs/crispresso2_env/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'float'. `np.float` was...
I have numpy version 1.24.3 installed.
I have CRISPResso version 2.2.8! I will try installing the latest version right now and let you know. Thank you