Skip to content
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

requirements.txt for Linux #3

Closed
HarisNaveed17 opened this issue Aug 17, 2021 · 3 comments
Closed

requirements.txt for Linux #3

HarisNaveed17 opened this issue Aug 17, 2021 · 3 comments

Comments

@HarisNaveed17
Copy link

Hello,
First of all great work!

Can you please add a requirements.txt file for linux as well? The present one does not work directly with the conda create command. This may also be because a lot of packages require channels different from the base channels, if you can specify those channels in the readme that would make it more convenient.

Thank you!

@madhavmk
Copy link
Owner

Hey,

We use just 2 conda channels: conda-forge and defaults.
You are env creation fails because I generated the YAML using Windows platform , but you are transferring across to Linux platform. Solution is to omit build info
Convert "cryptography=3.4.7=py38hd7da0ea_0" -> "cryptography=3.4.7" and so on

@HarisNaveed17
Copy link
Author

I already did that but it says the following packages are not available from either channel:

  • m2w64-libwinpthread-git==5.0.0.4634.697f757
  • m2w64-gmp==6.1.0
  • pypesq==1.2.4
  • m2w64-gcc-libs==5.3.0
  • pystoi==0.3.3
  • msys2-conda-epoch==20160418
  • pesq==0.0.2
  • vs2015_runtime==14.28.29325
  • vc==14.2
  • m2w64-gcc-libgfortran==5.3.0
  • m2w64-gcc-libs-core==5.3.0

I haven't done development work on Windows so not sure if these packages are platform specific, in that case it makes sense that they're not available on the linux-64 channel. Can you please confirm?

Thanks!

@madhavmk
Copy link
Owner

madhavmk commented Aug 20, 2021

No issue. If the library is not on conda, try pip installing them manually one by one.
Some libraries are OS specific however. They might not be needed/alternatives need to be found if you are switching OS.

@madhavmk madhavmk pinned this issue Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants