Open Nelyah opened 6 years ago
Hello, please did you get a solution to your. Please kindly shaare. I am also facing the same challenge when trying to install sealang and seasnake:
I encountered this when installing seasnake: "seasnake 0.0.0 requires sealang, which is not installed".
So when trying to install sealang, I got this error too: "No files/directories in /tmp/pip-install-YmS7t1/sealang/pip-egg-info (from PKG-INFO)"
Hi,
Sadly no, I simply ended up using the pip install --user prody
version
Thanks @Nelyah It still hasnt work for me.
I was able to install seasnake (per user) after installing seasnake manually and also following their llvm env install instructions: https://github.com/pybee/sealang
Yeah, I ran in to the same problem in my Fedora 29, but not on my MacOS. So maybe is just something related to Linux? It's worth it to give it a try if you can run it in a different OS.
Not sure where the error comes from. I am able to install other packages with pipsi and I am also able to install this package in particular (
prody
) withpip install --user prody
I search through their github repo and found that they have the following lines in their .gitignore:
I also tried to install prody with the following command
pipsi install git+https://github.com/prody/ProDy/#egg=prody
but I get the same error as above.Any insight would be appreciated!