We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Normal dependencies can be installed, but not with version number like yamlreader>=3.0.1
(afp-cli) PS C:\IdeaProjects\afp-cli> pyb_ install_dependencies -C PyBuilder version 0.11.1 Build started at 2015-09-10 11:20:46 ------------------------------------------------------------ [INFO] Building afp-cli version 1.0.4 [INFO] Executing build in C:\IdeaProjects\afp-cli [INFO] Going to execute task install_dependencies [INFO] Installing all dependencies [INFO] Installing build dependencies [INFO] Installing dependency 'coverage' [INFO] Installing dependency 'flake8' [INFO] Installing dependency 'mock' [INFO] Installing dependency 'unittest-xml-reporting' [INFO] Installing dependency 'unittest2' [INFO] Installing runtime dependencies [INFO] Installing dependency 'docopt' [INFO] Installing dependency 'requests' [INFO] Installing dependency 'yamlreader>=3.0.1' ------------------------------------------------------------ BUILD FAILED - [Errno 22] invalid mode ('w') or filename: 'C:\\IdeaProjects\\afp-cli\\target/logs/install_dependencies\\yamlreader>=3.0.1' ------------------------------------------------------------ Build finished at 2015-09-10 11:20:49 Build took 3 seconds (3054 ms) (afp-cli) PS C:\IdeaProjects\afp-cli>
The text was updated successfully, but these errors were encountered:
Right, the file name probably needs cleanup.
Sorry, something went wrong.
ff22e53
No branches or pull requests
Normal dependencies can be installed, but not with version number like yamlreader>=3.0.1
The text was updated successfully, but these errors were encountered: