-
Notifications
You must be signed in to change notification settings - Fork 17
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
combinato installation on Windows #51
Comments
Hi Luba! I can only guess that what you're seeing has to do with the fact that there is a As to your other question, what I mean by
is to take the file Best, |
Dear Johannes, Thank you for the reply! I added the inner Best wishes, |
Dear Luba, can you run the following:
In my case this gives
Let's try if you see combinato in this path, too! Best, |
Can I close this issue? |
Dear Johannes, Thank you for the reminder! Actually, the problem persists even after I displayed the PYTHONPATH and found the combinato folder in it. I will be able to write the exact PYTHONPATH contents tomorrow. Do you have any suggestions on what I can try next? Best wishes, |
Hi Luba, so what happens if you do the following
Does this throw an error? Best regards, |
Hi Johannes, I ran this command. No, it didn't retrieve and error and was waiting for new commands. Best wishes, |
Hi, have you also tried Best, |
Hi, Thanks, |
I would like to know where in your file system you have the
in the command line. In my case, this gives
So I have What's the situation at your site? Besides this, I don't have any updates. It would be great if you could tell me which python distribution you use, and where you placed the combinato folder in your filesystem. Then I'll recreate the same situation and see if I understand the problem. |
Hi, Concretely this look like this: This solved the problem for the installation test, I have not yet found any issues with that solution. Thank you for your help EDIT: moved unrelated part of the answer to another issue. |
Hi Johannes,
Yes, I tried and it retrieves just I also tried Best wishes, |
It's almost sure that there is no connection between this error and the
Yes, that would be great! |
Hi, I'm having trouble understanding what sort of system you're using. If you tell me what python distribution (anaconda or something else?) you use and where in your system you placed combinato, I'll try to recreate the situation on my own computer to understand the problem. |
Hi Johannes, Thank you for the answer! Sure! I use a Win 10 Pro system and have 64-bit Anaconda3 installed (I used default installation path for it if this matters). I cloned combinato into Best wishes, |
Hi Yves @YvesPauli , Thanks a lot for your suggestion! I tried to run
At least it found combinato this time though still misses SPC. Best wishes, |
@lubavas try rerunning the setup_options.py file. |
Hi Yves @YvesPauli ,
Thank you for your suggestions! Now the code returned the following:
This seems like the installation worked well. :) |
Great! I close the issue. |
Dear Johannes,
I’m trying to install combinato on Windows and have some problems.
I run the following code
python setup_options.py
and get the following results.
combinato\options.py exists, not doing anything.
Everything seems to go well at this point.
Then I run
python tools/test_installation.py
and get
Unable to load Combinato: No module named 'combinato' Check your PYTHONPATH and make sure to copy combinato/default_options.py to combinato/options.py Re-run after fixing problems. 'montage' from ImageMagick not found: [WinError 2] Не удается найти указанный файл Plotting continuous data will not work
I added the combinato folder to my PYTHONPATH. I don’t understand what “to copy
combinato/default_options.py to combinato/options.py” means. Could you explain what this expression means?
Could you help me with my question?
Best wishes,
Luba
The text was updated successfully, but these errors were encountered: