-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Errno 22] Invalid argument on Windows 10 #2
Comments
Thanks, @camlloyd. I've pushed a
Just working on the deployment to anaconda.org now. |
This issue also affects the recipes for: right? |
Definitely. Still working on getting the Azure builds to upload the artifacts, and then I'll roll out to the rest. see: https://dev.azure.com/openmicroscopy/conda-bftools/_build?definitionId=2 |
@camlloyd : https://anaconda.org/ome/bftools/files build 6.5.0-3 appears to be ready for Windows. Let us know how it goes for you. |
Looks good to me - thanks! EDIT: added output below Expand(base) C:>conda create -n bftools -c ome bftools Package Planenvironment location: C:\Users\cameron\miniconda3\envs\bftools added / updated specs: The following packages will be downloaded:
The following NEW packages will be INSTALLED: bftools ome/win-64::bftools-6.5.0-3 Proceed ([y]/n)? y Downloading and Extracting Packages To activate this environment, use$ conda activate bftoolsTo deactivate an active environment, use$ conda deactivate(base) C:> |
Great, thanks for letting us know. Just getting blosc installed in Azure on the other repositories then they should be available as well. |
I think that's all three pages now. Let us know if you have any issues. |
Running this as described in #1 works as expected using a clean install of Miniconda3 on macOS/spun-up Ubuntu 20.04 VM, but produces the error below on Windows 10.
Expand
(base) C:>conda create -n bftools -c ome bftools
Collecting package metadata (current_repodata.json): done
Solving environment: done
Package Plan
environment location: C:\ProgramData\Miniconda3\envs\bftools
added / updated specs:
- bftools
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
bftools ome/noarch::bftools-6.3.1-1
openjdk pkgs/main/win-64::openjdk-11.0.6-he774522_1
Proceed ([y]/n)? y
Downloading and Extracting Packages
bftools-6.3.1 | 33.7 MB | ############################################################################ | 100%
openjdk-11.0.6 | 295.7 MB | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
ERROR conda.core.link:_execute(700): An error occurred while installing package 'ome::bftools-6.3.1-1'.
Rolling back transaction: done
[Errno 22] Invalid argument: 'C:\ProgramData\Miniconda3\pkgs\bftools-6.3.1-1\bin\bf.sh'
()
(base) C:>
The text was updated successfully, but these errors were encountered: