-
Notifications
You must be signed in to change notification settings - Fork 129
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
ValueError: path cannot be absolute #239
Comments
Update: I got it working. I had to install Python 2.7 in order to get it to work. I normally run Python 3. So I guess it's only an issue with Python 3. Now that I have it working, maybe I can help with a fix... |
Sure, if you find problems on the Python3 side please help us fix it. Python3 has been been a moving target lately. ;) |
I see this error too, same environment. I downloaded https://pypi.org/project/PyPlatec/#files and browsed to PyPlatec.egg-info/SOURCES.txt and see some absolute paths. I looked at the https://github.com/Mindwerks/plate-tectonics source and cannot find this package information, maybe it's generated during some build? |
Not sure if I should start another issue, but after fixing this and installing it without pip, I had to do the same for worldengine since it had a numpy requirement that wasn't compatible with my python it seemed.
|
Hi,
I'm having trouble installing WorldEngine; the problem seems to be with PyPlatec, and since the project is maintained by these developers, I thought you might be able to help me.
The error I get is:
ValueError: path '/home/federico/repos/plate-tectonics/src/bounds.cpp' cannot be absolute
Can this be changed to relative?
I'm trying to install via PIP, but I've also tried to build from source, and I've run into similar issues. I'm on a Win10x64 machine; is that the problem?
The text was updated successfully, but these errors were encountered: