venkatmi / altanalyze

Automatically exported from code.google.com/p/altanalyze
0 stars 2 forks source link

Batch effect error #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello!

I kindly wanted to ask if you could help me to solve the batch effect removal 
error:

What steps will reproduce the problem?
1. Batch effect removal

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "ExpressionBuilder.pyc", line 1492, in remoteExpressionBuilder
  File "combat.pyc", line 7, in <module>
  File "patsy\__init__.pyc", line 77, in <module>
  File "patsy\highlevel.pyc", line 20, in <module>
  File "patsy\desc.pyc", line 84, in <module>
  File "<string>", line 1, in <module>
ImportError: No module named builtins

What version of the product are you using? On what operating system?

2.0.8.1, Windows 7

Thank you!!

Original issue reported on code.google.com by gitarres...@gmail.com on 19 May 2015 at 12:26

GoogleCodeExporter commented 8 years ago
Fixed in version 2.0.9

Original comment by nsalomo...@gmail.com on 19 May 2015 at 1:02

GoogleCodeExporter commented 8 years ago
Hi, I have the same error when I use Version 2.0.9 (Ubuntu and Mac Maverics). 
Tried to change the #! line in the AltAnalyze.py file to use different versions 
(2.6, 2.7, .. , 3.4) of python but the error is always the same. Do I need to 
install a certain python module? I did not find how to install a module named 
builtins...

Original comment by gitarres...@gmail.com on 20 May 2015 at 9:46