-
|
I use windows. When I run Windows Subsystem for Linux (WSL) then try to pip install pyalps, it fails with the following messages: "ERROR: Failed building wheel for pyalps" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Do you have any additional info or report? For instance, pip can get log files (though I'm not sure how much info they contain): pip install pyalps --log LOG_FILE It's hard to help you out without more detailed info about the problem. |
Beta Was this translation helpful? Give feedback.
-
|
You can first set the Ubuntu as the Linux system in your WSL installation, according to our video here: Then try: to install the cmake. After that try the pip install pyalps. |
Beta Was this translation helpful? Give feedback.
-
|
Since you are using Ubuntu, you should type in command line like in a usual Linux system. |
Beta Was this translation helpful? Give feedback.
-
|
Great! I am closing this discussion now. |
Beta Was this translation helpful? Give feedback.
I'm able to reproduce the output from the website using WSL. I had to install pip and venv. I'm not sure if I needed cmake. Initially, Jupyter was having trouble finding the pyalps module which I think was because I didn't put my virtual environment in it's own folder, but I eventually got it to work.