I'm looking for help installing. pylinac on Windows 10 Pro (x64) with Anaconda 3, 2021.05, x86_64.
I was able to install pylinac on a personal PC at home and after delay over a course of months with permissions with IT, began installation with a department PC using the same approach.
then using commandline, created virtual environment using python 2.7.18 (which installs pip 19.3.1). This I'm sure worked with my PC at home.
However, when running pip on my work PC, it gives me a warning and error messages:
ERROR: Command errored out with exit status 1:
command: 'C:\Users\UserXYZ\.conda\envs\py2\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\\users\\UserXYZ\\appdata\\local\\temp\\pip-install-i2azvp\\pylinac\\setup.py'"'"'; __file__='"'"'c:\\users\\UserXYZ\\appdata\\local\\temp\\pip-install-i2azvp\\pylinac\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'c:\users\UserXYZ\appdata\local\temp\pip-install-i2azvp\pylinac\pip-egg-info'
cwd: c:\users\UserXYZ\appdata\local\temp\pip-install-i2azvp\pylinac\
Complete output (5 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\UserXYZ\appdata\local\temp\pip-install-i2azvp\pylinac\setup.py", line 3, in <module>
with open('requirements.txt') as f:
IOError: [Errno 2] No such file or directory: 'requirements.txt'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.