Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e91ad commit 7311729Copy full SHA for 7311729
1 file changed
setup.py
@@ -234,7 +234,7 @@ def build_extensions(self):
234
# will fail.
235
with open(_BUILDDIR_COOKIE, "wb") as f:
236
f.write(self.build_lib.encode('utf-8', 'surrogateescape'))
237
- abs_build_lib = os.path.join(os.path.dirname(__file__), self.build_lib)
+ abs_build_lib = os.path.join(os.getcwd(), self.build_lib)
238
if abs_build_lib not in sys.path:
239
sys.path.append(abs_build_lib)
240
0 commit comments