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

Trying to install outside target directory #23

Closed
konradhafen opened this issue Nov 1, 2021 · 3 comments
Closed

Trying to install outside target directory #23

konradhafen opened this issue Nov 1, 2021 · 3 comments

Comments

@konradhafen
Copy link

Get this error when trying to install with pip on windows. Have tried to install from pypi, github, and zip. Same error in each instance. I've tried with a base python install using virtual env and with conda.
ERROR: The zip file (C:\Users\profile\Downloads\xagg-main.zip) has a file (C:\Users\khafen\AppData\Local\Temp\3\pip-req-build-cok0yin6\xagg/aux.py) trying to install outside target directory (C:\Users\profile\AppData\Local\Temp\3\pip-req-build-cok0yin6)

@ks905383
Copy link
Owner

ks905383 commented Nov 2, 2021

I think this is because aux is a protected filename in windows (this was just brought up in #22 as well). I'd only ever tested this on linux/Mac systems so I hadn't run into this.

I'll make sure that the next release (hopefully coming soon) will just rename aux to, e.g., aux_funcs. I think that should fix the problem, but it'll be good to get a test from someone on a windows machine at that point.

@RichardScottOZ
Copy link

Yes, saw this too and started to suspect never been used on windows having failed a few times and variations.

@ks905383
Copy link
Owner

May be fixed now in the latest version v0.3.2.0. Let me know if you still have issues!

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

3 participants